scripts/install:

- install init scripts to /etc/init.d
This commit is contained in:
Stephan Raue 2009-12-29 19:40:15 +01:00
parent e4fd6051ca
commit 85df5ed025

View File

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