summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:02:10 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:02:10 -0400
commit7e20b4bc19bdad0ee917564d7ebbce3bec62f5cb (patch)
tree2e5dab28dd1005bd8e7c0ac1c2ab8492582e3aaf /desktop
parentd91d09f3bab1caff8a21cc537cc64dcf4e177be4 (diff)
downloadslackbuilds-7e20b4bc19bdad0ee917564d7ebbce3bec62f5cb.tar.gz
slackbuilds-7e20b4bc19bdad0ee917564d7ebbce3bec62f5cb.tar.xz
desktop/xfce4-volstatus-icon: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-volstatus-icon/xfce4-volstatus-icon.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-volstatus-icon/xfce4-volstatus-icon.SlackBuild b/desktop/xfce4-volstatus-icon/xfce4-volstatus-icon.SlackBuild
index 2016648a9d..016f17815d 100644
--- a/desktop/xfce4-volstatus-icon/xfce4-volstatus-icon.SlackBuild
+++ b/desktop/xfce4-volstatus-icon/xfce4-volstatus-icon.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