From 87e1a298da6af201f048572b851240c2f7326d6b Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 24 Apr 2007 03:58:53 +0000 Subject: dovecot: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1187 370017ae-e619-0410-ac65-c121f96126d4 --- net/mail/dovecot/dovecot.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mail/dovecot/dovecot.SlackBuild') 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 -- cgit v1.2.3