diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 12:47:48 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 16:33:09 +0200 |
commit | 4c8a6eeab1887635e1dbc1c4451619c48be9a846 (patch) | |
tree | 1f5ed887a6237ee2001134fc0f96c9d8cf82f2ff /games/desmume | |
parent | 1a72cfd7f24a9457d864eaba63172e585ac78c79 (diff) | |
download | slackbuilds-4c8a6eeab1887635e1dbc1c4451619c48be9a846.tar.gz |
games/desmume: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'games/desmume')
-rw-r--r-- | games/desmume/desmume.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/desmume/desmume.SlackBuild b/games/desmume/desmume.SlackBuild index 739f3f5b56..45a156c96b 100644 --- a/games/desmume/desmume.SlackBuild +++ b/games/desmume/desmume.SlackBuild @@ -88,8 +88,8 @@ cd build -Dopenal=true \ -Dwifi=true - ninja - DESTDIR=$PKG ninja install + "${NINJA:=ninja}" + DESTDIR=$PKG $NINJA install cd ../../../.. find $PKG/usr/man -type f -exec gzip -9 {} \; |