aboutsummaryrefslogtreecommitdiff
path: root/net/mail
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-24 03:58:53 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-24 03:58:53 +0000
commit87e1a298da6af201f048572b851240c2f7326d6b (patch)
treecb9b9bb8a1e0dd3ce7785a1e2e99647d6cfa158f /net/mail
parent4a96f0838b564a994deb9ff06d2b0dbd3d48df0f (diff)
downloadslackbuilds-87e1a298da6af201f048572b851240c2f7326d6b.tar.gz
slackbuilds-87e1a298da6af201f048572b851240c2f7326d6b.tar.bz2
dovecot: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1187 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail')
-rwxr-xr-xnet/mail/dovecot/dovecot.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mail/dovecot/dovecot.SlackBuild b/net/mail/dovecot/dovecot.SlackBuild
index 4baa8bfb..e56cf85e 100755
--- a/net/mail/dovecot/dovecot.SlackBuild
+++ b/net/mail/dovecot/dovecot.SlackBuild
@@ -71,7 +71,7 @@ if [ "$RTOOL" == "wget" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
- wget "$URL" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
+ wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
fi
fi