desktop/i3-gaps: Support alternatives for ninja

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2021-07-04 12:47:48 +02:00
parent 765495190b
commit 1a72cfd7f2
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ cd build
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
-Ddocdir=/usr/doc/$PRGNAM-$VERSION -Ddocdir=/usr/doc/$PRGNAM-$VERSION
ninja "${NINJA:=ninja}"
DESTDIR=$PKG ninja install DESTDIR=$PKG $NINJA install
cd .. cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \