diff options
-rwxr-xr-x | clamav/clamav.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clamav/clamav.SlackBuild b/clamav/clamav.SlackBuild index d10103c7..7561a058 100755 --- a/clamav/clamav.SlackBuild +++ b/clamav/clamav.SlackBuild @@ -60,6 +60,7 @@ if [ ! -f "$SRC_DIR/$PACKAGE-key.asc" ]; then fi gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || echo WARNING: Could not check signature or WRONG signature found. +sleep 3 if [ "$ARCH" == "x86_64" ]; then LIBDIR="/usr/lib64" |