summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Somero2010-06-04 07:05:37 +0200
committer David Somero2010-06-04 07:05:37 +0200
commite151834722ecd2cb35fef8b15c06dc362287a8d2 (patch)
treecb2defa388247b247f8858182a836fb55d7563fb /graphics
parentc1967e3fda5c28e0eb7180a5f559e214ef3463a0 (diff)
downloadslackbuilds-e151834722ecd2cb35fef8b15c06dc362287a8d2.tar.gz
graphics/ristretto: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ristretto/ristretto.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ristretto/ristretto.SlackBuild b/graphics/ristretto/ristretto.SlackBuild
index b3726a57bb..c75ebf64b1 100644
--- a/graphics/ristretto/ristretto.SlackBuild
+++ b/graphics/ristretto/ristretto.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