mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
scripts/install:
- install init scripts to /etc/init.d
This commit is contained in:
parent
e4fd6051ca
commit
85df5ed025
@ -18,8 +18,8 @@ if [ -f $PKG_DIR/platform ]; then
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/init.d ]; then
|
||||
mkdir -p $INSTALL/sbin/init.d
|
||||
cp $PKG_DIR/init.d/* $INSTALL/sbin/init.d/
|
||||
mkdir -p $INSTALL/etc/init.d
|
||||
cp $PKG_DIR/init.d/* $INSTALL/etc/init.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/conf.d ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user