mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/install: add support for system.d dirs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3921ace5ce
commit
693d165995
@ -81,6 +81,11 @@ if [ -d $PKG_DIR/udev.d ]; then
|
||||
cp $PKG_DIR/udev.d/*.rules $INSTALL/lib/udev/rules.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
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/init.network ]; then
|
||||
mkdir -p $INSTALL/etc/init.d/network
|
||||
cp $PKG_DIR/init.network/* $INSTALL/etc/init.d/network/
|
||||
|
Loading…
x
Reference in New Issue
Block a user