summaryrefslogtreecommitdiffstats
path: root/system/xosd
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:17:15 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:17:15 -0400
commit69ea69ff509779321cd3409f8ac16c817df1e96d (patch)
tree2c5857d3c3b05725711fa23612f4fbec7d8dd645 /system/xosd
parentb54d898806e229eeea923b4a800a5bbb7c812910 (diff)
downloadslackbuilds-69ea69ff509779321cd3409f8ac16c817df1e96d.tar.gz
slackbuilds-69ea69ff509779321cd3409f8ac16c817df1e96d.tar.xz
system/xosd: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/xosd')
-rw-r--r--system/xosd/xosd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xosd/xosd.SlackBuild b/system/xosd/xosd.SlackBuild
index d49aad46e7..002b68caff 100644
--- a/system/xosd/xosd.SlackBuild
+++ b/system/xosd/xosd.SlackBuild
@@ -13,10 +13,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