summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/colord-gtk/colord-gtk.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/colord-gtk/colord-gtk.SlackBuild b/system/colord-gtk/colord-gtk.SlackBuild
index 728aa725af..cac5bc72fb 100644
--- a/system/colord-gtk/colord-gtk.SlackBuild
+++ b/system/colord-gtk/colord-gtk.SlackBuild
@@ -82,8 +82,8 @@ cd build
--prefix=/usr \
--sysconfdir=/etc \
-Dman=false
- ninja
- DESTDIR=$PKG ninja install
+ "${NINJA:=ninja}"
+ DESTDIR=$PKG $NINJA install
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \