From fb89d3feb7b1b5c289b5df7a278a7ced709ae789 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 13 Sep 2006 23:26:55 +0000 Subject: tor: signature checking, initscript and slack-required git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@188 370017ae-e619-0410-ac65-c121f96126d4 --- clamav/clamav.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clamav') diff --git a/clamav/clamav.SlackBuild b/clamav/clamav.SlackBuild index c1431ca8..8371ec89 100755 --- a/clamav/clamav.SlackBuild +++ b/clamav/clamav.SlackBuild @@ -59,7 +59,7 @@ 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. if [ "$ARCH" == "x86_64" ]; then LIBDIR="/usr/lib64" -- cgit v1.2.3