summaryrefslogtreecommitdiffstats
path: root/network/flvstreamer/flvstreamer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/flvstreamer/flvstreamer.SlackBuild')
-rw-r--r--network/flvstreamer/flvstreamer.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/flvstreamer/flvstreamer.SlackBuild b/network/flvstreamer/flvstreamer.SlackBuild
index 65cd7bc40c..1b25a09fd9 100644
--- a/network/flvstreamer/flvstreamer.SlackBuild
+++ b/network/flvstreamer/flvstreamer.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for flvstreamer.
-#
+#
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
@@ -27,12 +27,10 @@ VERSION=${VERSION:-2.1a}
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