summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-vcs-plugin
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:38 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:38 -0400
commit07698ba168d74a5babdc9756c5e07838150989bd (patch)
tree7de8ad4f6b55e8619ea79f652f36b59911b20327 /desktop/thunar-vcs-plugin
parent729125a08ac8c19d1473ab96b0c61459de61eaba (diff)
downloadslackbuilds-07698ba168d74a5babdc9756c5e07838150989bd.tar.gz
slackbuilds-07698ba168d74a5babdc9756c5e07838150989bd.tar.xz
desktop/thunar-vcs-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-vcs-plugin')
-rw-r--r--desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild b/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild
index 5f35bb55c7..e6100f03ad 100644
--- a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild
+++ b/desktop/thunar-vcs-plugin/thunar-vcs-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