mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-25 18:30:56 +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/
|
||||
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 $@
|
||||
printf "%${INDENT}c INSTALL $1\n" >&$SILENT_OUT
|
||||
#dialog --infobox "%${INDENT}c INSTALL $1\n" 15 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user