diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 23:26:55 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 23:26:55 +0000 |
commit | fb89d3feb7b1b5c289b5df7a278a7ced709ae789 (patch) | |
tree | ce7bacf748770ec7d2b8c9ae54d249b33bb59fd1 /clamav | |
parent | 8e51f1fa8bd455459a7eb808305df98060811649 (diff) | |
download | slackbuilds-fb89d3feb7b1b5c289b5df7a278a7ced709ae789.tar.gz slackbuilds-fb89d3feb7b1b5c289b5df7a278a7ced709ae789.tar.bz2 |
tor: signature checking, initscript and slack-required
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@188 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'clamav')
-rwxr-xr-x | clamav/clamav.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |