aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-12-05 05:49:23 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-12-05 05:49:23 +0000
commit304ff76836b4444c8af2a9d6ae88538330a4eb5d (patch)
tree1ae7a07df67faad1eadadb43bbfa02561980738d /sys
parent310cdcf99776fa8bc62b7bac4637a573f40bcd92 (diff)
downloadslackbuilds-304ff76836b4444c8af2a9d6ae88538330a4eb5d.tar.gz
slackbuilds-304ff76836b4444c8af2a9d6ae88538330a4eb5d.tar.bz2
Syncing with generic.SlackBuild v0.9.3
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1505 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys')
-rwxr-xr-xsys/apps/microcode_ctl/microcode_ctl.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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