summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/paper-icon-theme/paper-icon-theme.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/paper-icon-theme/paper-icon-theme.SlackBuild b/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
index 5edc2648b4..b7ceb377eb 100644
--- a/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
+++ b/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
@@ -53,7 +53,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
meson --prefix $PKG/usr build
-ninja -C build install
+"${NINJA:=ninja}"
+$NINJA -C build install
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION