summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-26 08:12:53 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-26 08:12:53 +0000
commit666d2e8fa8db7ad7aa95812c2c1dc5d63f3ceb96 (patch)
treeeb7a75703b6dd379fcd5795a74f13b330a5ca1cc /clamav
parente718417ca7428549ae21ff1da164632561ca75c8 (diff)
downloadasb-666d2e8fa8db7ad7aa95812c2c1dc5d63f3ceb96.tar.gz
asb-666d2e8fa8db7ad7aa95812c2c1dc5d63f3ceb96.tar.xz
Update to 0.96.4
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 59a7b34f..00297cfd 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -126,6 +126,10 @@
# * New release.
# 0.96.1-1: 27/may/2010 by Eric Hameleers
# * New release plugs a critical hole.
+# 0.96.3-1: 21/sep/2010 by Eric Hameleers
+# * New release.
+# 0.96.4-1: 26/oct/2010 by Eric Hameleers
+# * New release.
#
# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -136,7 +140,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.96.1"}
+VERSION=${VERSION:-"0.96.4"}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -245,7 +249,7 @@ tar -xzvf $SOURCE
cd ${PRGNAM}-${VERSION}
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+chmod -R u+w,go+r-w,a+X-s .
# Compiling the package source:
echo Building ...
@@ -286,12 +290,7 @@ patch < $SRCDIR/freshclam.conf.patch | sed -e "s/db.nl./db.${ISOCC}./" \
cd -
# Install all the needed stuff to the package dir;
-# Use installwatch if available:
-if $(which installwatch > /dev/null 2>&1); then
- installwatch -o $OUTPUT/install-${PRGNAM}.log make DESTDIR=$PKG install
-else
- make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
-fi
+make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Prepare the config files:
cd $PKG/etc