aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-02-05 01:21:50 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-02-05 01:21:50 +0000
commit8c187c4a1e7aba382c11657f16e413b0622f0da4 (patch)
tree640374ca50c239378348230e9817bae1dc475d02 /sys
parentd1b64a1c5cc1c933810c51f7296a739dd669b645 (diff)
downloadslackbuilds-8c187c4a1e7aba382c11657f16e413b0622f0da4.tar.gz
slackbuilds-8c187c4a1e7aba382c11657f16e413b0622f0da4.tar.bz2
Syncing with generic.SlackBuild v0.3.4
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1008 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys')
-rwxr-xr-xsys/apps/microcode_ctl/microcode_ctl.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild
index 7b69001c..59ab8e5a 100755
--- a/sys/apps/microcode_ctl/microcode_ctl.SlackBuild
+++ b/sys/apps/microcode_ctl/microcode_ctl.SlackBuild
@@ -47,7 +47,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
SRC="$SRC_NAME-$VERSION.tar.gz"
URL="http://urbanmyth.org/microcode/$SRC"
-if [ ! -f "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi