aboutsummaryrefslogtreecommitdiff
path: root/openexr/openexr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'openexr/openexr.SlackBuild')
-rwxr-xr-xopenexr/openexr.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/openexr/openexr.SlackBuild b/openexr/openexr.SlackBuild
index 22c08287..bf5f886b 100755
--- a/openexr/openexr.SlackBuild
+++ b/openexr/openexr.SlackBuild
@@ -78,7 +78,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"