diff options
author | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-09 19:56:00 +0000 |
---|---|---|
committer | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-09 19:56:00 +0000 |
commit | bcfc8cb6f9d980f13f9810095b0cf0118893ac4c (patch) | |
tree | 0cc299f71b5df48dd170b319badbdc792aa9a258 /sys/apps | |
parent | 03b3f15439565844b09814aa257c6df9ca3cc216 (diff) | |
download | slackbuilds-bcfc8cb6f9d980f13f9810095b0cf0118893ac4c.tar.gz slackbuilds-bcfc8cb6f9d980f13f9810095b0cf0118893ac4c.tar.bz2 |
Updated: microcode_ctl
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1525 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys/apps')
-rwxr-xr-x | sys/apps/microcode_ctl/microcode_ctl.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 |