summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-mount-plugin
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:02:00 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:02:00 -0400
commita9f433374eb9b474bf19ae379d1cc2c9ba5c99ae (patch)
tree6c781497c941e4c069346e908192b813e88dd50c /desktop/xfce4-mount-plugin
parent53fb687e28f4c137f8595bb409353e15f241e956 (diff)
downloadslackbuilds-a9f433374eb9b474bf19ae379d1cc2c9ba5c99ae.tar.gz
slackbuilds-a9f433374eb9b474bf19ae379d1cc2c9ba5c99ae.tar.xz
desktop/xfce4-mount-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-mount-plugin')
-rw-r--r--desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild
index 8718e8516f..3686232c58 100644
--- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild
+++ b/desktop/xfce4-mount-plugin/xfce4-mount-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