mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/gst-plugins-ugly: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
3762a75cc2
commit
c1fded6342
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ cd build
|
|||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dexamples=disabled
|
||||
ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
"${NINJA:=ninja}"
|
||||
DESTDIR=$PKG $NINJA install
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
||||
|
|
Loading…
Reference in a new issue