aboutsummaryrefslogtreecommitdiff
path: root/twolame/twolame.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'twolame/twolame.SlackBuild')
-rwxr-xr-xtwolame/twolame.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/twolame/twolame.SlackBuild b/twolame/twolame.SlackBuild
index 8026e3f3..f07e244a 100755
--- a/twolame/twolame.SlackBuild
+++ b/twolame/twolame.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`"