aboutsummaryrefslogtreecommitdiff
path: root/mail/mta/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mta/postfix/postfix.SlackBuild')
-rwxr-xr-xmail/mta/postfix/postfix.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild
index 216c6afa..f5132c65 100755
--- a/mail/mta/postfix/postfix.SlackBuild
+++ b/mail/mta/postfix/postfix.SlackBuild
@@ -73,7 +73,7 @@ if [ "$RTOOL" == "wget" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$VDA" ]; then
- wget "$VDA_URL" -O "$SRC_DIR/$VDA" || exit $ERROR_WGET
+ wget "$VDA_URL" -O "$SRC_DIR/$VDA" # || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET