diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:02 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:02 -0400 |
commit | 9a30a5f3fe8cdfd2042813517b4cbb83642f179e (patch) | |
tree | da73ae0f2a1a910ce4568b3934049b569a527639 /desktop | |
parent | 95061a2d7cef163a1da1b92cd1d4d0a44acb779b (diff) | |
download | slackbuilds-9a30a5f3fe8cdfd2042813517b4cbb83642f179e.tar.gz |
desktop/xfce4-notes-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild index 61b1c936cd..72d3fa58c2 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild +++ b/desktop/xfce4-notes-plugin/xfce4-notes-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 |