summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Somero2010-06-04 07:04:34 +0200
committer David Somero2010-06-04 07:04:34 +0200
commit82f5d2b3808f105a0ad83dc724f38af291d17ee0 (patch)
tree1b34cb04f6c95df82a8b028c148644893b9b4978 /games
parent30b527e6873c2ec6decf8ca40024cc6684c4b2f6 (diff)
downloadslackbuilds-82f5d2b3808f105a0ad83dc724f38af291d17ee0.tar.gz
games/mupen64plus: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/mupen64plus/mupen64plus.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mupen64plus/mupen64plus.SlackBuild b/games/mupen64plus/mupen64plus.SlackBuild
index 9b0eb829b0..f2c7cf6866 100644
--- a/games/mupen64plus/mupen64plus.SlackBuild
+++ b/games/mupen64plus/mupen64plus.SlackBuild
@@ -32,10 +32,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