mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pciutils: install 'lspci' only for i386 and x86_64 arch's
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9885329fa2
commit
8a7fbbce4a
@ -24,8 +24,10 @@
|
||||
|
||||
PCIUTILS_ABI=`echo $PKG_VERSION | cut -f1 -d "."`
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/lspci $INSTALL/usr/bin
|
||||
if [ "$TARGET_ARCH" = i386 -o "$TARGET_ARCH" = x86_64 ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/lspci $INSTALL/usr/bin
|
||||
fi
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/lib/libpci.so.$PKG_VERSION $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user