From bcfc8cb6f9d980f13f9810095b0cf0118893ac4c Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 9 Dec 2007 19:56:00 +0000 Subject: Updated: microcode_ctl git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1525 370017ae-e619-0410-ac65-c121f96126d4 --- sys/apps/microcode_ctl/microcode_ctl.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/apps') diff --git a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild index b6d2b2b1..30639a76 100755 --- a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild +++ b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild @@ -113,9 +113,10 @@ mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR cp -a $DOCS "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" 2> /dev/null # Move the initialization script to /etc/rc.d/, renaming it to rc.* -( cd "$PKG/etc/rc.d" - mv -f init.d/microcode_ctl rc.microcode_ctl.new - rmdir init.d/ +( cd "$PKG/etc" + mv ./init.d ./rc.d + cd ./rc.d + mv -f microcode_ctl rc.microcode_ctl.new ) # Patch the initialization script to be less verbose -- cgit v1.2.3