summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Somero2010-06-04 07:02:14 +0200
committer David Somero2010-06-04 07:02:14 +0200
commitdf3a9a9a901e605c4a0b7e171538a736afa06b78 (patch)
tree6f3d8170c152e775ab5daeb61cf30cc92462040b /desktop
parent95c80d588e983c7462840495d884e2552df9c03e (diff)
downloadslackbuilds-df3a9a9a901e605c4a0b7e171538a736afa06b78.tar.gz
desktop/xfswitch-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild b/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild
index 1cf02f185a..9ad72507cf 100644
--- a/desktop/xfswitch-plugin/xfswitch-plugin.SlackBuild
+++ b/desktop/xfswitch-plugin/xfswitch-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