summaryrefslogtreecommitdiffstats
path: root/network/uget-chrome-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'network/uget-chrome-wrapper')
-rw-r--r--network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild b/network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild
index 6ac934d1ff..467a59ee09 100644
--- a/network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild
+++ b/network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild
@@ -27,12 +27,10 @@ VERSION=${VERSION:-2.0.4}
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=i586 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi