mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-11 18:33:17 +01:00
pciutils.sh copies lspci and the data file to xomb's mock root filesystem
This commit is contained in:
@@ -40,3 +40,9 @@ setphase "INSTALL PCIUTILS"
|
|||||||
make install $FLAGS LDFLAGS="${LDFLAGS}" || exit
|
make install $FLAGS LDFLAGS="${LDFLAGS}" || exit
|
||||||
make install-lib $FLAGS LDFLAGS="${LDFLAGS}" || exit
|
make install-lib $FLAGS LDFLAGS="${LDFLAGS}" || exit
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
XOMB_PREFIX=../../xomb
|
||||||
|
|
||||||
|
cp $PREFIX/sbin/lspci $XOMB_PREFIX/build/root/binaries
|
||||||
|
mkdir -p ../xomb/build/root/data
|
||||||
|
cp $PREFIX/share/pci.ids $XOMB_PREFIX/build/root/data
|
||||||
|
|||||||
Reference in New Issue
Block a user