diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 12:23:30 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 12:23:30 +0000 |
commit | 0f9ccf5002be6fd641a476814f27f0b5cac5b68d (patch) | |
tree | a3ce1ec8297b9cd57baba786b9881bcd14df65bf /postfix/postfix.SlackBuild | |
parent | 669f51972251fe482e95be286f40b2e92e514a9b (diff) | |
download | slackbuilds-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 'postfix/postfix.SlackBuild')
-rwxr-xr-x | postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.SlackBuild b/postfix/postfix.SlackBuild index 14b1d45b..9e7efa7f 100755 --- a/postfix/postfix.SlackBuild +++ b/postfix/postfix.SlackBuild @@ -136,7 +136,7 @@ sleep 1 make -f Makefile.init makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl/ -DHAS_MYSQL -I/usr/include/mysql/ -I/usr/include -DHAS_LDAP -DUSE_TLS -I/usr/include/gnutls/ -DHAS_PCRE -I/usr/include" AUXLIBS="-L/usr/lib -lsasl2 -L/usr/lib/mysql/ -lmysqlclient -lz -lm -L/usr/lib -lssl -lcrypto -L/usr/lib -lpcre -L/usr/lib -lldap -L/usr/lib -llber" -make +make || exit 32 sleep 1 sh postfix-install \ |