aboutsummaryrefslogtreecommitdiff
path: root/dopewars/dopewars.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'dopewars/dopewars.SlackBuild')
-rwxr-xr-xdopewars/dopewars.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dopewars/dopewars.SlackBuild b/dopewars/dopewars.SlackBuild
index e3cec152..42025670 100755
--- a/dopewars/dopewars.SlackBuild
+++ b/dopewars/dopewars.SlackBuild
@@ -91,7 +91,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`"