aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/ghex/ghex.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/ghex/ghex.SlackBuild b/development/ghex/ghex.SlackBuild
index 853a2d623d..acdbb3d1cd 100644
--- a/development/ghex/ghex.SlackBuild
+++ b/development/ghex/ghex.SlackBuild
@@ -76,7 +76,8 @@ meson \
--strip \
build
-DESTDIR="$PKG" ninja -C build install
+"${NINJA:=ninja}"
+DESTDIR="$PKG" $NINJA -C build install
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC