diff options
Diffstat (limited to 'graphics/scrot/scrot.SlackBuild')
-rw-r--r-- | graphics/scrot/scrot.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild index c30c35cc9e..01b96f92f3 100644 --- a/graphics/scrot/scrot.SlackBuild +++ b/graphics/scrot/scrot.SlackBuild @@ -11,12 +11,10 @@ VERSION=0.8 BUILD=${BUILD:-2} 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 |