diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 12:47:54 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 16:33:16 +0200 |
commit | 69cf538d194805648f6fd257576004b9a266f021 (patch) | |
tree | 198c6cfaf1c34cca3af7355237e0a3008e1c795e /system | |
parent | 860d021267bd34ed9410070657945c0d247166a8 (diff) |
system/file-roller: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/file-roller/file-roller.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/file-roller/file-roller.SlackBuild b/system/file-roller/file-roller.SlackBuild index 858f6bc83916..c75e725af5b6 100644 --- a/system/file-roller/file-roller.SlackBuild +++ b/system/file-roller/file-roller.SlackBuild @@ -84,8 +84,8 @@ cd build --mandir=/usr/man \ --prefix=/usr \ --sysconfdir=/etc - ninja - DESTDIR=$PKG ninja install + "${NINJA:=ninja}" + DESTDIR=$PKG $NINJA install cd .. #won't work with thunar archive-plugin without renaming desktop file: |