aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/faba-icon-theme/faba-icon-theme.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
index e1bf39771f6c5..ba78802104b2d 100644
--- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
+++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
@@ -51,13 +51,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+"${NINJA:=ninja}"
meson \
--prefix=/usr \
--datadir=/usr/share \
build
-ninja -C build
-DESTDIR=$PKG ninja -C build install
+$NINJA -C build
+DESTDIR=$PKG $NINJA -C build install
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION