summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Somero2010-06-04 07:05:17 +0200
committer David Somero2010-06-04 07:05:17 +0200
commitd245bae57d80f1574cf5938160355aa0c2358780 (patch)
treeadbcfa4a47c8a547dff47ade47d4cc8bd38657fe /graphics
parentc5fcfb475048186a5fc8eac4b3c2e48c0afb2604 (diff)
downloadslackbuilds-d245bae57d80f1574cf5938160355aa0c2358780.tar.gz
graphics/fotoxx: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fotoxx/fotoxx.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fotoxx/fotoxx.SlackBuild b/graphics/fotoxx/fotoxx.SlackBuild
index 9b3173eb4d..48af427645 100644
--- a/graphics/fotoxx/fotoxx.SlackBuild
+++ b/graphics/fotoxx/fotoxx.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