mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/install: use unified /usr
This commit is contained in:
parent
2f9e111b3c
commit
fb12c9fcf5
@ -123,8 +123,8 @@ if [ "$TARGET" = target ] ; then
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/modprobe.d ]; then
|
||||
mkdir -p $INSTALL/lib/modprobe.d
|
||||
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/lib/modprobe.d
|
||||
mkdir -p $INSTALL/usr/lib/modprobe.d
|
||||
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/usr/lib/modprobe.d
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user