summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2020-01-04 00:44:39 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:40 +0100
commit7ecca7803ecbb4aa728f35f6ab39110ff25c6171 (patch)
tree4ee9f388c09e3ee4a3e06a6a02eb346ab715de6e /graphics
parent80273f4ddbfc3e10c56c11e3b48f0b58fa7357a1 (diff)
downloadslackbuilds-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.SlackBuild2
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