diff options
Diffstat (limited to 'graphics/resynthesizer/resynthesizer.SlackBuild')
-rw-r--r-- | graphics/resynthesizer/resynthesizer.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/resynthesizer/resynthesizer.SlackBuild b/graphics/resynthesizer/resynthesizer.SlackBuild index 2ff0bdba91..9e9c7618b6 100644 --- a/graphics/resynthesizer/resynthesizer.SlackBuild +++ b/graphics/resynthesizer/resynthesizer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for the resynthesizer GIMP plug-in. -# +# # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # @@ -27,12 +27,10 @@ VERSION=${VERSION:-0.16} 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 |