aboutsummaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
Diffstat (limited to 'openldap')
-rwxr-xr-xopenldap/openldap-client.SlackBuild2
-rwxr-xr-xopenldap/openldap.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/openldap/openldap-client.SlackBuild b/openldap/openldap-client.SlackBuild
index 3c4911b4..f0e1cf9f 100755
--- a/openldap/openldap-client.SlackBuild
+++ b/openldap/openldap-client.SlackBuild
@@ -68,7 +68,7 @@ cd $PACKAGE-$VERSION
--without-cyrus-sasl --without-tls --without-threads --disable-slapd --disable-slurpd
make depend
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"
diff --git a/openldap/openldap.SlackBuild b/openldap/openldap.SlackBuild
index 0ab8068c..c3128c1f 100755
--- a/openldap/openldap.SlackBuild
+++ b/openldap/openldap.SlackBuild
@@ -74,7 +74,7 @@ ln -sf /usr/include/db4/db.h /usr/include/db.h
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
make depend
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
# fix your system