diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:09 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:02:09 -0400 |
commit | ce7c16fb9e9633e238de2aef11aae1711686a77c (patch) | |
tree | 733a13d289bda44b7d79e03fbabec327b22596fc /desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild | |
parent | 9c2d4d5f3838c5ea551f5a1864e9eaaf7440f94f (diff) | |
download | slackbuilds-ce7c16fb9e9633e238de2aef11aae1711686a77c.tar.gz |
desktop/xfce4-timer-plugin: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild b/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild index 597a488791..ca0a9744bd 100644 --- a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild +++ b/desktop/xfce4-timer-plugin/xfce4-timer-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 |