aboutsummaryrefslogtreecommitdiff
path: root/clamav/clamav.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'clamav/clamav.SlackBuild')
-rwxr-xr-xclamav/clamav.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/clamav/clamav.SlackBuild b/clamav/clamav.SlackBuild
index 8371ec89..65059863 100755
--- a/clamav/clamav.SlackBuild
+++ b/clamav/clamav.SlackBuild
@@ -75,7 +75,7 @@ cd $TMP
tar xvf$tarflag $SRC_DIR/$PACKAGE-$VERSION.tar.$PACKAGE_EXT
cd $PACKAGE-$VERSION
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"