diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 18:44:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:40 +0700 |
commit | 7ecca7803ecbb4aa728f35f6ab39110ff25c6171 (patch) | |
tree | 4ee9f388c09e3ee4a3e06a6a02eb346ab715de6e /graphics | |
parent | 80273f4ddbfc3e10c56c11e3b48f0b58fa7357a1 (diff) | |
download | slackbuilds-7ecca7803ecbb4aa728f35f6ab39110ff25c6171.tar.gz |
graphics/azpainter: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/azpainter/azpainter.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/azpainter/azpainter.SlackBuild b/graphics/azpainter/azpainter.SlackBuild index 61ace1eb80..9cc32580c1 100644 --- a/graphics/azpainter/azpainter.SlackBuild +++ b/graphics/azpainter/azpainter.SlackBuild @@ -27,12 +27,10 @@ VERSION=${VERSION:-2.1.5} BUILD=${BUILD:-1} 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 |