diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:14 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:14 -0400 |
commit | 95c80d588e983c7462840495d884e2552df9c03e (patch) | |
tree | 7cde736d4dd14250b59b26e2e21077fcdd68a685 | |
parent | 33df41339d3355e5141b75e1af670f032512d1ca (diff) | |
download | slackbuilds-95c80d588e983c7462840495d884e2552df9c03e.tar.gz |
desktop/xfce4-xmms-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
-rw-r--r-- | desktop/xfce4-xmms-plugin/xfce4-xmms-plugin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-xmms-plugin/xfce4-xmms-plugin.SlackBuild b/desktop/xfce4-xmms-plugin/xfce4-xmms-plugin.SlackBuild index 14aa7c060e..7a4bc97ce1 100644 --- a/desktop/xfce4-xmms-plugin/xfce4-xmms-plugin.SlackBuild +++ b/desktop/xfce4-xmms-plugin/xfce4-xmms-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 |