diff options
Diffstat (limited to 'development/bakefile/bakefile.SlackBuild')
-rw-r--r-- | development/bakefile/bakefile.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/development/bakefile/bakefile.SlackBuild b/development/bakefile/bakefile.SlackBuild index ef97023fbef5..77ef986a7a88 100644 --- a/development/bakefile/bakefile.SlackBuild +++ b/development/bakefile/bakefile.SlackBuild @@ -5,16 +5,14 @@ # Written by Luis Henrique <lmello.009@gmail.com> PRGNAM=bakefile -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |