From 0e34d0db04eabb4083623bb12bd82a1de12b8821 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 5 Jan 2008 03:17:46 +0000 Subject: MHonArc: signature checking fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1586 370017ae-e619-0410-ac65-c121f96126d4 --- net/mail/mhonarc/MHonArc.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mail/mhonarc') diff --git a/net/mail/mhonarc/MHonArc.build b/net/mail/mhonarc/MHonArc.build index d224b107..bc9f4173 100755 --- a/net/mail/mhonarc/MHonArc.build +++ b/net/mail/mhonarc/MHonArc.build @@ -93,7 +93,7 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET fi -gpg --verify $SRC_DIR/$SRC.asc $SRC_DIR/$SRC || exit $ERROR_GPG +gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || exit $ERROR_GPG TMP="$TMP/$PACKAGE" -- cgit v1.2.3