summaryrefslogtreecommitdiffstats
path: root/libraries/physfs
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:09:55 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:09:55 -0400
commit50f5c6ccf11804929f28a984bc242a77c5c46e9b (patch)
treea76713bda271cdd5a890679b91e3ffc380527a27 /libraries/physfs
parent1aa0036a4f7480472a78e7686cb900a34b1be3d6 (diff)
downloadslackbuilds-50f5c6ccf11804929f28a984bc242a77c5c46e9b.tar.gz
slackbuilds-50f5c6ccf11804929f28a984bc242a77c5c46e9b.tar.xz
libraries/physfs: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/physfs')
-rw-r--r--libraries/physfs/physfs.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild
index 52e6dce031..ed6511f108 100644
--- a/libraries/physfs/physfs.SlackBuild
+++ b/libraries/physfs/physfs.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