diff options
Diffstat (limited to 'graphics/svp/svp.SlackBuild')
-rw-r--r-- | graphics/svp/svp.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/svp/svp.SlackBuild b/graphics/svp/svp.SlackBuild index 911a62df1b..dcf08fb18e 100644 --- a/graphics/svp/svp.SlackBuild +++ b/graphics/svp/svp.SlackBuild @@ -9,12 +9,10 @@ VERSION=${VERSION:-0.3} 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 @@ -32,7 +30,7 @@ elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |