mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/install: add support for network init scripts (thanks to Wintemrute)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d6892b1473
commit
7bdc1d64e3
@ -27,6 +27,11 @@ if [ -d $PKG_DIR/profile.d ]; then
|
|||||||
cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/
|
cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/
|
||||||
fi
|
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/
|
||||||
|
fi
|
||||||
|
|
||||||
$SCRIPTS/build $@
|
$SCRIPTS/build $@
|
||||||
printf "%${INDENT}c INSTALL $1\n" >&$SILENT_OUT
|
printf "%${INDENT}c INSTALL $1\n" >&$SILENT_OUT
|
||||||
#dialog --infobox "%${INDENT}c INSTALL $1\n" 15 40
|
#dialog --infobox "%${INDENT}c INSTALL $1\n" 15 40
|
||||||
|
Loading…
x
Reference in New Issue
Block a user