summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-thumbnailers
diff options
context:
space:
mode:
author David Somero2010-06-04 07:01:37 +0200
committer David Somero2010-06-04 07:01:37 +0200
commit729125a08ac8c19d1473ab96b0c61459de61eaba (patch)
treec4982943d5a6a9520c362eeb2c3a5c76ddef9fe4 /desktop/thunar-thumbnailers
parent8e5e4ac377ffb55d1cef90dc1cd625e1a538defc (diff)
downloadslackbuilds-729125a08ac8c19d1473ab96b0c61459de61eaba.tar.gz
desktop/thunar-thumbnailers: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-thumbnailers')
-rw-r--r--desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild b/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
index 21cb344674..343908af63 100644
--- a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
+++ b/desktop/thunar-thumbnailers/thunar-thumbnailers.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