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 --- speex/speex.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'speex') diff --git a/speex/speex.SlackBuild b/speex/speex.SlackBuild index eddda753..7612966f 100755 --- a/speex/speex.SlackBuild +++ b/speex/speex.SlackBuild @@ -75,7 +75,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr --sysconfdir=/etc --disable-debug --libdir=$LIBDIR \ --program-prefix="" --program-suffix="" $ARCH-slackware-linux -make +make || exit 32 make install DESTDIR=$PKG ( cd $PKG -- cgit v1.2.3