aboutsummaryrefslogtreecommitdiff
path: root/mail/mta/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 23:26:02 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 23:26:02 +0000
commit3770080f6f507a9e8b332b43187724e171540a57 (patch)
tree8e4be28a24068b2da464b1bee6022ef4bdcbd669 /mail/mta/postfix/postfix.SlackBuild
parente79f5510e82ab22138416a6af3e53798cec40b1a (diff)
downloadslackbuilds-3770080f6f507a9e8b332b43187724e171540a57.tar.gz
slackbuilds-3770080f6f507a9e8b332b43187724e171540a57.tar.bz2
postfix fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@890 370017ae-e619-0410-ac65-c121f96126d4
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