mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/install: install modprobe.d files to /lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c454eb99ea
commit
63508f3df3
@ -127,8 +127,8 @@ if [ "$TARGET" = target ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $PKG_DIR/modprobe.d ]; then
|
if [ -d $PKG_DIR/modprobe.d ]; then
|
||||||
mkdir -p $INSTALL/etc/modprobe.d
|
mkdir -p $INSTALL/lib/modprobe.d
|
||||||
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/etc/modprobe.d
|
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/lib/modprobe.d
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user