summaryrefslogtreecommitdiffstats
path: root/network/macchanger/macchanger.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/macchanger/macchanger.SlackBuild')
-rw-r--r--network/macchanger/macchanger.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/network/macchanger/macchanger.SlackBuild b/network/macchanger/macchanger.SlackBuild
index c5741d94b7..32f030c417 100644
--- a/network/macchanger/macchanger.SlackBuild
+++ b/network/macchanger/macchanger.SlackBuild
@@ -8,17 +8,15 @@
###################################################################
-PRGNAM=macchanger
+PRGNAM=macchanger
VERSION=1.5.0
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