mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user