summaryrefslogtreecommitdiffstats
path: root/misc/gnome-mime-data/gnome-mime-data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-mime-data/gnome-mime-data.SlackBuild')
-rw-r--r--misc/gnome-mime-data/gnome-mime-data.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/gnome-mime-data/gnome-mime-data.SlackBuild b/misc/gnome-mime-data/gnome-mime-data.SlackBuild
index bc3f81e63f..e5b8d7de30 100644
--- a/misc/gnome-mime-data/gnome-mime-data.SlackBuild
+++ b/misc/gnome-mime-data/gnome-mime-data.SlackBuild
@@ -27,12 +27,10 @@ VERSION=2.18.0
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