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