diff options
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/foot/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/foot/build b/wayland/foot/build index ae86f435..3156b9d5 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Ddocs=enabled \ |