samba: move init script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-13 01:13:12 +01:00
parent b8351d362c
commit 2e91e6574e

View File

@ -45,6 +45,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