From 8c187c4a1e7aba382c11657f16e413b0622f0da4 Mon Sep 17 00:00:00 2001 From: luis Date: Mon, 5 Feb 2007 01:21:50 +0000 Subject: Syncing with generic.SlackBuild v0.3.4 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1008 370017ae-e619-0410-ac65-c121f96126d4 --- sys/apps/microcode_ctl/microcode_ctl.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/apps/microcode_ctl') 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 -- cgit v1.2.3