aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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