office/gnucash: Support alternatives for ninja

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2021-07-04 12:47:53 +02:00
parent 64b79dda7c
commit 12af0c0134

View file

@ -126,7 +126,7 @@ cd build
-DGNUCASH_BUILD_ID="$VERSION-`date -I` by $PACKAGER" \
-DCMAKE_BUILD_TYPE=release ..
DESTDIR="$PKG" ninja install
DESTDIR="$PKG" $NINJA install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true