desktop/i3-gaps: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
765495190b
commit
1a72cfd7f2
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue