mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
samba: change install location for init script, move init script to scripts, so it can be indstalled optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b55fd2b0b5
commit
7600aa7718
@ -22,6 +22,6 @@ if [ "$SAMBA_SERVER" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/config
|
||||
cp $PKG_DIR/config/samba.conf.sample $INSTALL/usr/config
|
||||
|
||||
mkdir -p $INSTALL/etc/init.d
|
||||
cp $PKG_DIR/scripts/* $INSTALL/etc/init.d
|
||||
mkdir -p $INSTALL/etc/init.d/network
|
||||
cp $PKG_DIR/scripts/* $INSTALL/etc/init.d/network
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user