aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-24 18:39:17 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-24 18:39:17 +0000
commit7a83c5d70dabc768370b04498b4d7f6271900e87 (patch)
tree3830fc81f9ebc1edfdcbf7f299aa6c53f1d1f69f /patches
parenta1cdb290958ce14597dfca776111cfc29d131cf1 (diff)
downloadslackbuilds-7a83c5d70dabc768370b04498b4d7f6271900e87.tar.gz
slackbuilds-7a83c5d70dabc768370b04498b4d7f6271900e87.tar.bz2
smartmontools: small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1128 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/smartmontools/smartmontools.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/smartmontools/smartmontools.SlackBuild b/patches/smartmontools/smartmontools.SlackBuild
index 646b5f95..f4221d4a 100755
--- a/patches/smartmontools/smartmontools.SlackBuild
+++ b/patches/smartmontools/smartmontools.SlackBuild
@@ -44,9 +44,9 @@ mkdir -p $TMP $SRC_DIR
# TODO: signature checking
if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
- rm -f $SRC_DIR/$SRC.asc
wget "$URL" -O "$SRC_DIR/$SRC"
- wget "$URL.asc" -O "$SRC_DIR/$SRC.asc"
+ #rm -f $SRC_DIR/$SRC.asc
+ #wget "$URL.asc" -O "$SRC_DIR/$SRC.asc"
fi
if [ ! -d $TMP ]; then