aboutsummaryrefslogtreecommitdiff
path: root/gnash/gnash.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnash/gnash.SlackBuild')
-rwxr-xr-xgnash/gnash.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnash/gnash.SlackBuild b/gnash/gnash.SlackBuild
index 45779f25..56c9621f 100755
--- a/gnash/gnash.SlackBuild
+++ b/gnash/gnash.SlackBuild
@@ -64,7 +64,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-plugindir=$LIBDIR/mozilla/plugins --x-libraries=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"