mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/gnucash: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
64b79dda7c
commit
12af0c0134
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue