aboutsummaryrefslogtreecommitdiff
path: root/hashalot/hashalot.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'hashalot/hashalot.SlackBuild')
-rwxr-xr-xhashalot/hashalot.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashalot/hashalot.SlackBuild b/hashalot/hashalot.SlackBuild
index 0c04755b..666bdc63 100755
--- a/hashalot/hashalot.SlackBuild
+++ b/hashalot/hashalot.SlackBuild
@@ -61,7 +61,7 @@ gzip -dc $SRC_DIR/$PATCH | patch -p0
cd $PACKAGE-$VERSION.orig
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"