summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2020-01-04 01:06:20 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:41 +0100
commit12d0cefaa59e99c5f469393e34c86342fcac4db1 (patch)
treeae7467032acd7a488d2b8b246265daed6fd3047c /network
parentb389d639d323914dd5604e8b4225a3a7d09debbd (diff)
downloadslackbuilds-12d0cefaa59e99c5f469393e34c86342fcac4db1.tar.gz
network/uget-chrome-wrapper: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-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