From 98ea8c3164dcd0990922ddc56de19fa5648e440c Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 4 Feb 2007 01:53:33 +0000 Subject: Syncing with generic.SlackBuild git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1002 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 6f13b586..7b69001c 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" ]; then +if [ ! -f "$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