aboutsummaryrefslogtreecommitdiff
path: root/cyrus-sasl
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-23 01:43:56 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-23 01:43:56 +0000
commit641b40b051c24b23380b0dfc231cf2c187bf12bf (patch)
tree7dd0c8b01ea12b3722d4d9738038e534a551565e /cyrus-sasl
parentd37b153f2d85acfc3d6caca55d3797642224d899 (diff)
downloadslackbuilds-641b40b051c24b23380b0dfc231cf2c187bf12bf.tar.gz
slackbuilds-641b40b051c24b23380b0dfc231cf2c187bf12bf.tar.bz2
signature checking on dopewars and cyrus-sasl (fix)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@268 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'cyrus-sasl')
-rwxr-xr-xcyrus-sasl/cyrus-sasl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/cyrus-sasl/cyrus-sasl.SlackBuild b/cyrus-sasl/cyrus-sasl.SlackBuild
index d20aea54..3bf60f6d 100755
--- a/cyrus-sasl/cyrus-sasl.SlackBuild
+++ b/cyrus-sasl/cyrus-sasl.SlackBuild
@@ -64,7 +64,8 @@ if [ ! -f "$SRC_DIR/$PACKAGE-key.asc" ]; then
wget "$KEY" -O "$SRC_DIR/$PACKAGE-key.asc" && gpg --import $SRC_DIR/$PACKAGE-key.asc
fi
-gpg --verify $SRC_DIR/$SRC.sig $SRC || echo WARNING: Could not check signature or WRONG signature found.
+gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || echo WARNING: Could not check signature or WRONG signature found.
+sleep 3
if [ "$ARCH" = "i386" ]; then
SLKCFLAGS="-O2 -march=i386 -mcpu=i686"