aboutsummaryrefslogtreecommitdiff
path: root/desktop/enlightenment
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/enlightenment')
-rw-r--r--desktop/enlightenment/enlightenment.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild
index 749eb3ee3317..da2cd5b3ac49 100644
--- a/desktop/enlightenment/enlightenment.SlackBuild
+++ b/desktop/enlightenment/enlightenment.SlackBuild
@@ -83,11 +83,12 @@ meson . build \
-Dpam=false \
-Dbuild-id=$ARCH-slackware-linux
+"${NINJA:=ninja}"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-ninja -C build -v
+$NINJA -C build -v
-DESTDIR=$PKG ninja -C build install
+DESTDIR=$PKG $NINJA -C build install
# Don't clobber config files on upgrade
mv $PKG/etc/enlightenment/sysactions.conf $PKG/etc/enlightenment/sysactions.conf.new