summaryrefslogtreecommitdiffstats
path: root/audio/streamtuner/streamtuner.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamtuner/streamtuner.SlackBuild')
-rw-r--r--audio/streamtuner/streamtuner.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/streamtuner/streamtuner.SlackBuild b/audio/streamtuner/streamtuner.SlackBuild
index 542e0a4ce3..a7b1678fd3 100644
--- a/audio/streamtuner/streamtuner.SlackBuild
+++ b/audio/streamtuner/streamtuner.SlackBuild
@@ -27,12 +27,10 @@ VERSION=${VERSION:-0.99.99}
BUILD=${BUILD:-2}
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