aboutsummaryrefslogtreecommitdiff
path: root/others
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-02-04 00:05:31 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-02-04 00:05:31 +0000
commit27ec339d203739b284098a232274d7a8934f7207 (patch)
treed7e0b20d96b2abf1551bfa0c715d1ba50a6df58a /others
parentb5ebc30d00d0aa531908a23b7446d274ef313ae4 (diff)
downloadslackbuilds-27ec339d203739b284098a232274d7a8934f7207.tar.gz
slackbuilds-27ec339d203739b284098a232274d7a8934f7207.tar.bz2
generic.SlackBuild: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@999 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'others')
-rwxr-xr-xothers/generic/generic.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/others/generic/generic.SlackBuild b/others/generic/generic.SlackBuild
index 1f654855..f9cfce88 100755
--- a/others/generic/generic.SlackBuild
+++ b/others/generic/generic.SlackBuild
@@ -75,7 +75,7 @@ EOKEY
SRC="$SRC_NAME-$VERSION.tar.[[SOURCE EXTENSION]]"
URL="[[DOWNLOAD FOLDER URL]]/$SRC"
-if [ ! -f "$SRC_DIR/$SRC" ] || ! [[SOURCE DECOMPRESSOR]] -t "$SRC_DIR/$SRC"; then
+if [ ! -f "$SRC_DIR/$SRC" ] || ! [[SOURCE DECOMPRESSOR]] -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$SRC.sig" ]; then