summaryrefslogtreecommitdiffstats
path: root/network/leafnode
diff options
context:
space:
mode:
author David Somero2010-06-04 07:13:08 +0200
committer David Somero2010-06-04 07:13:08 +0200
commit4d847d1c8a3442de757685293a28ac7ee71b5ed0 (patch)
tree8d58065f89cc39cf7e805663d64667199357cf17 /network/leafnode
parentfdac9a5a27eee1c06d09b8b7723fbe78695ba091 (diff)
downloadslackbuilds-4d847d1c8a3442de757685293a28ac7ee71b5ed0.tar.gz
network/leafnode: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/leafnode')
-rw-r--r--network/leafnode/leafnode.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/leafnode/leafnode.SlackBuild b/network/leafnode/leafnode.SlackBuild
index c3a49a3ce8..720e91c334 100644
--- a/network/leafnode/leafnode.SlackBuild
+++ b/network/leafnode/leafnode.SlackBuild
@@ -30,10 +30,10 @@ TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
- arm*) export ARCH=arm ;;
+ i?86) ARCH=i486 ;;
+ arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
- *) export ARCH=$( uname -m ) ;;
+ *) ARCH=$( uname -m ) ;;
esac
fi