summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-01-03 19:06:20 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-12 08:47:41 +0700
commit12d0cefaa59e99c5f469393e34c86342fcac4db1 (patch)
treeae7467032acd7a488d2b8b246265daed6fd3047c
parentb389d639d323914dd5604e8b4225a3a7d09debbd (diff)
downloadslackbuilds-12d0cefaa59e99c5f469393e34c86342fcac4db1.tar.gz
slackbuilds-12d0cefaa59e99c5f469393e34c86342fcac4db1.tar.xz
network/uget-chrome-wrapper: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-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