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:
Stephan Raue 2010-10-11 16:13:07 +02:00
parent b55fd2b0b5
commit 7600aa7718
2 changed files with 2 additions and 2 deletions

View File

@ -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