From 85df5ed025940491e7256a4128d7869d332b6089 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 29 Dec 2009 19:40:15 +0100 Subject: [PATCH] scripts/install: - install init scripts to /etc/init.d --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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