diff options
Diffstat (limited to 'mail/mta/postfix/postfix.SlackBuild')
-rwxr-xr-x | mail/mta/postfix/postfix.SlackBuild | 2 |
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 |