summaryrefslogtreecommitdiffstats
path: root/games/openarena
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:35 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:04:35 -0400
commit4ca46046acad6aab42d2a8219f51d15c16943f72 (patch)
treefec7b9174b4fdc1e545c0958742300eeeb575724 /games/openarena
parent9a78949e595dbdda940d8149a43419e029927c10 (diff)
downloadslackbuilds-4ca46046acad6aab42d2a8219f51d15c16943f72.tar.gz
slackbuilds-4ca46046acad6aab42d2a8219f51d15c16943f72.tar.xz
games/openarena: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/openarena')
-rw-r--r--games/openarena/openarena.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/openarena/openarena.SlackBuild b/games/openarena/openarena.SlackBuild
index fc9b47b261..cff260bf2a 100644
--- a/games/openarena/openarena.SlackBuild
+++ b/games/openarena/openarena.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