summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:15 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:15 -0400
commit78d9969327da47dbf9b3672d80bfc766c7b485c1 (patch)
treeeaf0055a7f5f51b3c129766f525e525ce4440f2c /network
parent184b86168398aa74acca555628724ed5dacbe434 (diff)
downloadslackbuilds-78d9969327da47dbf9b3672d80bfc766c7b485c1.tar.gz
slackbuilds-78d9969327da47dbf9b3672d80bfc766c7b485c1.tar.xz
network/thttpd: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/thttpd/thttpd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/thttpd/thttpd.SlackBuild b/network/thttpd/thttpd.SlackBuild
index 7ec6f2fb55..0ddd99cc15 100644
--- a/network/thttpd/thttpd.SlackBuild
+++ b/network/thttpd/thttpd.SlackBuild
@@ -31,10 +31,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