summaryrefslogtreecommitdiffstats
path: root/system/gtk-vnc/gtk-vnc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/gtk-vnc/gtk-vnc.SlackBuild')
-rw-r--r--system/gtk-vnc/gtk-vnc.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gtk-vnc/gtk-vnc.SlackBuild b/system/gtk-vnc/gtk-vnc.SlackBuild
index 3ad358fd11..918241c47e 100644
--- a/system/gtk-vnc/gtk-vnc.SlackBuild
+++ b/system/gtk-vnc/gtk-vnc.SlackBuild
@@ -84,8 +84,8 @@ meson \
--libdir lib${LIBDIRSUFFIX} \
--mandir /usr/man \
build
-
-DESTDIR=$PKG ninja -C build all install
+"${NINJA:=ninja}"
+DESTDIR=$PKG $NINJA -C build all install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true