diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 12:47:53 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 16:33:15 +0200 |
commit | 0618e8a7bca176a4ee91e1df82ba41710cd0369e (patch) | |
tree | a0bdcfff415735a150383544f81c47a913c1aac9 | |
parent | 0f8f51eb98dd48913380a5eb9a6f110c49b39942 (diff) | |
download | slackbuilds-0618e8a7bca176a4ee91e1df82ba41710cd0369e.tar.gz |
system/colord-gtk: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | system/colord-gtk/colord-gtk.SlackBuild | 4 |
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 \ |