summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 12:47:54 +0200
committer Heinz Wiesinger2021-07-04 16:33:15 +0200
commit891f519cd77ec48f99a088f331d4afe6f46f2d97 (patch)
treed8fafecafc17f11d2c0719cd87128d647e68f45f /system
parent0618e8a7bca176a4ee91e1df82ba41710cd0369e (diff)
downloadslackbuilds-891f519cd77ec48f99a088f331d4afe6f46f2d97.tar.gz
system/colord: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/colord/colord.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild
index 7692624773..043ebd21d8 100644
--- a/system/colord/colord.SlackBuild
+++ b/system/colord/colord.SlackBuild
@@ -113,7 +113,7 @@ meson --prefix=/usr \
-Dman=false \
../
ninja
-DESTDIR=$PKG ninja install
+DESTDIR=$PKG $NINJA install
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \