summaryrefslogtreecommitdiffstats
path: root/desktop/gtk-kde4/gtk-kde4.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gtk-kde4/gtk-kde4.SlackBuild')
-rw-r--r--desktop/gtk-kde4/gtk-kde4.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/gtk-kde4/gtk-kde4.SlackBuild b/desktop/gtk-kde4/gtk-kde4.SlackBuild
index 998d412a27..e462ffbe8b 100644
--- a/desktop/gtk-kde4/gtk-kde4.SlackBuild
+++ b/desktop/gtk-kde4/gtk-kde4.SlackBuild
@@ -28,12 +28,10 @@ VERSION=${VERSION:-0.9.5}
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