mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/install: add support for 'debug.d' folders
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -101,6 +101,11 @@ if [ -d $PKG_DIR/sysconf.d ]; then
|
||||
cp $PKG_DIR/sysconf.d/*.conf $INSTALL/etc/sysconf.d
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/debug.d ]; then
|
||||
mkdir -p $INSTALL/usr/share/debugconf
|
||||
cp $PKG_DIR/debug.d/*.conf $INSTALL/usr/share/debugconf
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user