diff --git a/scripts/install b/scripts/install index 2eafea6f7c..b79fe78222 100755 --- a/scripts/install +++ b/scripts/install @@ -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