diff options
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 |
commit | 12d0cefaa59e99c5f469393e34c86342fcac4db1 (patch) | |
tree | ae7467032acd7a488d2b8b246265daed6fd3047c /network/uget-chrome-wrapper | |
parent | b389d639d323914dd5604e8b4225a3a7d09debbd (diff) |
network/uget-chrome-wrapper: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/uget-chrome-wrapper')
-rw-r--r-- | network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild | 2 |
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 6ac934d1ff00..467a59ee0908 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 |