summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Somero2010-06-04 07:02:04 +0200
committer David Somero2010-06-04 07:02:04 +0200
commitaa19b3728dd1f5016ed975756a68a1eb04e88fdf (patch)
tree150f1e4e0b6259796bb727f2a21496bfc5a3909e /desktop
parent67b9ffd925ac83f3b03a01d8381e84385990ab7f (diff)
downloadslackbuilds-aa19b3728dd1f5016ed975756a68a1eb04e88fdf.tar.gz
desktop/xfce4-screenshooter: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild b/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
index 78b0079964..7b50a36654 100644
--- a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
+++ b/desktop/xfce4-screenshooter/xfce4-screenshooter.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