diff options
Diffstat (limited to 'wayland/fcft/build')
-rwxr-xr-x | wayland/fcft/build | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build index 3fb5a269..ef5908cf 100755 --- a/wayland/fcft/build +++ b/wayland/fcft/build @@ -1,13 +1,10 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ - -Dtext-shaping=enabled \ + -Drun-shaping=enabled \ . output ninja -C output ninja -C output install - -# Remove unneeded files -rm -r "$1/usr/share/doc" |