diff options
-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 728aa725afc9d..cac5bc72fb699 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 \ |