From 0f9ccf5002be6fd641a476814f27f0b5cac5b68d Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 15 Oct 2006 12:23:30 +0000 Subject: added exit with status 32 when make fails on most scripts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@367 370017ae-e619-0410-ac65-c121f96126d4 --- openldap/openldap-client.SlackBuild | 2 +- openldap/openldap.SlackBuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openldap') 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 -- cgit v1.2.3