summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 12:47:53 +0200
committer Heinz Wiesinger2021-07-04 16:33:15 +0200
commit0618e8a7bca176a4ee91e1df82ba41710cd0369e (patch)
treea0bdcfff415735a150383544f81c47a913c1aac9 /system
parent0f8f51eb98dd48913380a5eb9a6f110c49b39942 (diff)
downloadslackbuilds-0618e8a7bca176a4ee91e1df82ba41710cd0369e.tar.gz
system/colord-gtk: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-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 \