mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libosinfo: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
74b200408d
commit
f92ce597d7
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ cd build
|
|||
--sysconfdir=/etc \
|
||||
-D with-usb-ids-path=/usr/share/hwdata/usb.ids \
|
||||
-D with-pci-ids-path=/usr/share/hwdata/pci.ids
|
||||
ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
"${NINJA:=ninja}"
|
||||
DESTDIR=$PKG $NINJA install
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue