diff options
| author | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:03:48 +0100 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:03:48 +0100 |
| commit | a4f83977348909912c2dd384e8dd66c3b929dd81 (patch) | |
| tree | ed498a93909f621c11dcd149cc2feca95a1db95c /extra/libsoup | |
| parent | 7ed7f2debab96ace3f837498bf9e16c8a4f80971 (diff) | |
| download | repository-a4f83977348909912c2dd384e8dd66c3b929dd81.tar.gz | |
libsoup: fix shellcheck error
Diffstat (limited to 'extra/libsoup')
| -rwxr-xr-x | extra/libsoup/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/libsoup/build b/extra/libsoup/build index dbf11245..d7746acd 100755 --- a/extra/libsoup/build +++ b/extra/libsoup/build @@ -3,6 +3,7 @@ export DESTDIR="$1" cl-meson \ + -Dlocaledir="$PWD/trash" \ -Dtls_check=false \ . output |
