aboutsummaryrefslogtreecommitdiff
path: root/bogofilter/bogofilter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'bogofilter/bogofilter.SlackBuild')
-rwxr-xr-xbogofilter/bogofilter.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bogofilter/bogofilter.SlackBuild b/bogofilter/bogofilter.SlackBuild
index 8a201d85..69725d8a 100755
--- a/bogofilter/bogofilter.SlackBuild
+++ b/bogofilter/bogofilter.SlackBuild
@@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"