From 304ff76836b4444c8af2a9d6ae88538330a4eb5d Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 5 Dec 2007 05:49:23 +0000 Subject: Syncing with generic.SlackBuild v0.9.3 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1505 370017ae-e619-0410-ac65-c121f96126d4 --- sys/apps/microcode_ctl/microcode_ctl.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/apps') diff --git a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild index 44c1e3a5..b6d2b2b1 100755 --- a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild +++ b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild @@ -110,7 +110,7 @@ fi # Install documentation DOCS="Changelog README intel-*.txt" mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR -cp -a $DOCS "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" +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" @@ -171,5 +171,5 @@ makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERRO # Delete source and build directories if requested if [ "$CLEANUP" == "yes" ]; then - rm -rf "$PKG_SRC" "$PKG" + rm -rf "$PKG_WORK" "$PKG" fi -- cgit v1.2.3