summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-01-10 12:36:04 +0000
committer Eric Hameleers <alien@slackware.com>2006-01-10 12:36:04 +0000
commit752c2385b96183f9557e24dac6849f94e3ec65f6 (patch)
tree9aa77adf9da52e24b8b5206267bee774cf05113c /clamav
parent3e520404da6f2c6ea5ed21a9f5664709145e81b9 (diff)
downloadasb-752c2385b96183f9557e24dac6849f94e3ec65f6.tar.gz
asb-752c2385b96183f9557e24dac6849f94e3ec65f6.tar.xz
New release: 0.88. Also, log the patch actions.
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 42facf69..01fc9a24 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -36,6 +36,8 @@
# directory as none of it makes any sense.
# 0.87.1-1: 08/nov/2005 by Eric Hameleers
# * Rebuilt for the new release.
+# 0.88-1: 10/jan/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 .
@@ -51,7 +53,7 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=clamav
-VERSION=0.87.1
+VERSION=0.88
ARCH=${ARCH:-i486}
BUILD=1
@@ -133,8 +135,8 @@ CFLAGS="$SLKCFLAGS" \
make 2>&1 | tee $CWD/make-${PRGNAM}.log
(cd etc
- patch < $CWD/clamav.conf.patch
- patch < $CWD/freshclam.conf.patch
+ patch < $CWD/clamav.conf.patch 2>&1 | tee $CWD/patch-${PRGNAM}.log
+ patch < $CWD/freshclam.conf.patch 2>&1 | tee -a $CWD/patch-${PRGNAM}.log
)
#