summaryrefslogtreecommitdiffstats
path: root/clamav/build/clamav.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-08-11 07:30:09 +0000
committer Eric Hameleers <alien@slackware.com>2006-08-11 07:30:09 +0000
commite8e92381a09421eae57d839a15ae35b5535b3af1 (patch)
treef48569ec5b2cafc33cbb6680bb234b6388dea183 /clamav/build/clamav.SlackBuild
parentf449d55ea467b608ed7b1ddd2b0405ea06090ee2 (diff)
downloadasb-e8e92381a09421eae57d839a15ae35b5535b3af1.tar.gz
asb-e8e92381a09421eae57d839a15ae35b5535b3af1.tar.xz
New release. Exit the script if the source archive is not present.
Diffstat (limited to 'clamav/build/clamav.SlackBuild')
-rwxr-xr-xclamav/build/clamav.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 3680e927..fddc57f3 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -49,6 +49,8 @@
# 0.88.3-1: 22/jul/2006 by Eric Hameleers
# * Rebuilt for the new release. Since 'configure' now uses the new
# DATAROOTDIR, explicitly configure the mandir.
+# 0.88.4-1: 10/aug/2006 by Eric Hameleers
+# * Rebuilt for the new release.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -64,7 +66,7 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=clamav
-VERSION=0.88.3
+VERSION=0.88.4
ARCH=${ARCH:-i486}
BUILD=1
@@ -113,7 +115,7 @@ cd $TMP/tmp-$PRGNAM
# --- TARBALL EXTRACTION,PATCH,MODIFY ---
echo "Extracting the program tarball for $PRGNAM..."
-tar -xzvf $CWD/${PRGNAM}-${VERSION}.tar.gz
+tar -xzvf $CWD/${PRGNAM}-${VERSION}.tar.gz || exit 1
cd ${PRGNAM}-${VERSION}