summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Somero2010-06-04 07:01:37 +0200
committer David Somero2010-06-04 07:01:37 +0200
commit8e5e4ac377ffb55d1cef90dc1cd625e1a538defc (patch)
treed404678847b7714f6dc06dfc9057648fe937220d /desktop
parentea6d98c33849b1927582cd50726338ef3e073055 (diff)
downloadslackbuilds-8e5e4ac377ffb55d1cef90dc1cd625e1a538defc.tar.gz
desktop/thunar-shares-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild b/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild
index cb95a50932..407d162e2e 100644
--- a/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild
+++ b/desktop/thunar-shares-plugin/thunar-shares-plugin.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