summaryrefslogtreecommitdiffstats
path: root/audio/celt051/celt051.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/celt051/celt051.SlackBuild')
-rw-r--r--audio/celt051/celt051.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/celt051/celt051.SlackBuild b/audio/celt051/celt051.SlackBuild
index ffc26fee8f..196d6acadb 100644
--- a/audio/celt051/celt051.SlackBuild
+++ b/audio/celt051/celt051.SlackBuild
@@ -29,12 +29,10 @@ VERSION=0.5.1.3
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=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi