summaryrefslogtreecommitdiffstats
path: root/network/x11vnc
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:30 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:30 -0400
commit252cd39025bf914fddeeee38f59a51bf8ac2eabf (patch)
tree475288199abdb7d540f9649eeed636938073be44 /network/x11vnc
parent213e8997ccff2235fc833998c2cdb248c9a5b6ae (diff)
downloadslackbuilds-252cd39025bf914fddeeee38f59a51bf8ac2eabf.tar.gz
slackbuilds-252cd39025bf914fddeeee38f59a51bf8ac2eabf.tar.xz
network/x11vnc: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/x11vnc')
-rw-r--r--network/x11vnc/x11vnc.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/x11vnc/x11vnc.SlackBuild b/network/x11vnc/x11vnc.SlackBuild
index d26563d60b..9874a852fb 100644
--- a/network/x11vnc/x11vnc.SlackBuild
+++ b/network/x11vnc/x11vnc.SlackBuild
@@ -37,10 +37,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