diff options
Diffstat (limited to 'network/uget-chrome-wrapper/uget-chrome-wrapper.SlackBuild')
-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 6ac934d1ff00a..467a59ee0908c 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 |