aboutsummaryrefslogtreecommitdiff
path: root/cyrus-sasl/cyrus-sasl.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-15 12:23:30 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-15 12:23:30 +0000
commit0f9ccf5002be6fd641a476814f27f0b5cac5b68d (patch)
treea3ce1ec8297b9cd57baba786b9881bcd14df65bf /cyrus-sasl/cyrus-sasl.SlackBuild
parent669f51972251fe482e95be286f40b2e92e514a9b (diff)
downloadslackbuilds-0f9ccf5002be6fd641a476814f27f0b5cac5b68d.tar.gz
slackbuilds-0f9ccf5002be6fd641a476814f27f0b5cac5b68d.tar.bz2
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
Diffstat (limited to 'cyrus-sasl/cyrus-sasl.SlackBuild')
-rwxr-xr-xcyrus-sasl/cyrus-sasl.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyrus-sasl/cyrus-sasl.SlackBuild b/cyrus-sasl/cyrus-sasl.SlackBuild
index 3bf60f6d..5eb0cbaa 100755
--- a/cyrus-sasl/cyrus-sasl.SlackBuild
+++ b/cyrus-sasl/cyrus-sasl.SlackBuild
@@ -105,7 +105,7 @@ CXXFLAGS="$SLKCFLAGS" \
# --with-bdb-incdir=/usr/include/db4 --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --enable-ldap \
# --with-ldap=/usr/libexec/openldap --with-authdaemond=/usr/sbin/authdaemond
./configure --prefix=/usr --sysconfdir=/etc --with-authdaemond=/usr/sbin/authdaemond --libdir=$LIBDIR
-make
+make || exit 32
make install DESTDIR=$PKG
strip $PKG/usr/sbin/*
chown -R root.bin $PKG/usr/bin