aboutsummaryrefslogtreecommitdiff
path: root/cryptsetup/cryptsetup-luks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'cryptsetup/cryptsetup-luks.SlackBuild')
-rwxr-xr-xcryptsetup/cryptsetup-luks.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptsetup/cryptsetup-luks.SlackBuild b/cryptsetup/cryptsetup-luks.SlackBuild
index ddebed7f..8e018e79 100755
--- a/cryptsetup/cryptsetup-luks.SlackBuild
+++ b/cryptsetup/cryptsetup-luks.SlackBuild
@@ -72,7 +72,7 @@ tar xvf$tarflag $SRC_DIR/$SRC
cd $PACKAGE-$VERSION
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"