summaryrefslogtreecommitdiffstats
path: root/libraries/geos
diff options
context:
space:
mode:
author David Somero2010-06-04 07:06:40 +0200
committer David Somero2010-06-04 07:06:40 +0200
commitf0aa213926e8b328dd66bd9a05be65b1441c017f (patch)
treee13804aec1f4a371a9f1afee684ab15f7c22896c /libraries/geos
parentd53b397bb0a07da99e49bb43b9146feccb4adf0a (diff)
downloadslackbuilds-f0aa213926e8b328dd66bd9a05be65b1441c017f.tar.gz
libraries/geos: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/geos')
-rw-r--r--libraries/geos/geos.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/geos/geos.SlackBuild b/libraries/geos/geos.SlackBuild
index 857c7e2821..698ba2d806 100644
--- a/libraries/geos/geos.SlackBuild
+++ b/libraries/geos/geos.SlackBuild
@@ -11,10 +11,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