mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/install: add support for 'modules-load.d' dirs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c126347ad
commit
213f5b9402
@ -91,6 +91,11 @@ if [ -d $PKG_DIR/sysctl.d ]; then
|
||||
cp $PKG_DIR/sysctl.d/*.conf $INSTALL/usr/lib/sysctl.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/modules-load.d ]; then
|
||||
mkdir -p $INSTALL/usr/lib/modules-load.d/
|
||||
cp $PKG_DIR/modules-load.d/*.conf $INSTALL/usr/lib/modules-load.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/sysconf.d ]; then
|
||||
mkdir -p $INSTALL/etc/sysconf.d
|
||||
cp $PKG_DIR/sysconf.d/*.conf $INSTALL/etc/sysconf.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user