diff options
Diffstat (limited to 'misc/dcc/dcc.SlackBuild')
-rw-r--r-- | misc/dcc/dcc.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/dcc/dcc.SlackBuild b/misc/dcc/dcc.SlackBuild index b4db377f6e..75b6d2131a 100644 --- a/misc/dcc/dcc.SlackBuild +++ b/misc/dcc/dcc.SlackBuild @@ -25,14 +25,12 @@ PRGNAM=dcc VERSION=${VERSION:-1.3.152} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |