From 7ecca7803ecbb4aa728f35f6ab39110ff25c6171 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 3 Jan 2020 18:44:39 -0500 Subject: graphics/azpainter: Remove template comments from script. Signed-off-by: B. Watson --- graphics/azpainter/azpainter.SlackBuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics/azpainter') 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 -- cgit v1.2.3