diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:01:54 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:01:54 -0400 |
commit | 5e0485d096d277e2262c837c9387a8f9fd75067f (patch) | |
tree | 246b262ed142683e1a913c07ec4c0bdb927b85ec /desktop/xfce4-clipman-plugin | |
parent | 85e0818c6da63bd8375a0f3739902d6d7c8480a8 (diff) | |
download | slackbuilds-5e0485d096d277e2262c837c9387a8f9fd75067f.tar.gz |
desktop/xfce4-clipman-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-clipman-plugin')
-rw-r--r-- | desktop/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild b/desktop/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild index d1b0c96eb4..1421416407 100644 --- a/desktop/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild +++ b/desktop/xfce4-clipman-plugin/xfce4-clipman-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 |