summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-timer-plugin
diff options
context:
space:
mode:
author David Somero2010-06-04 07:02:09 +0200
committer David Somero2010-06-04 07:02:09 +0200
commitce7c16fb9e9633e238de2aef11aae1711686a77c (patch)
tree733a13d289bda44b7d79e03fbabec327b22596fc /desktop/xfce4-timer-plugin
parent9c2d4d5f3838c5ea551f5a1864e9eaaf7440f94f (diff)
downloadslackbuilds-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')
-rw-r--r--desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild6
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