summaryrefslogtreecommitdiffstats
path: root/network/pptpd
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:13:59 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:13:59 -0400
commiteb7470809493feff5db086daa453164ad630e42c (patch)
tree5cbd96be1fa4400d8da56fdd69a9b3fd9c86e858 /network/pptpd
parente69fb7903aa397e0454258dc4edade4b496787b5 (diff)
downloadslackbuilds-eb7470809493feff5db086daa453164ad630e42c.tar.gz
slackbuilds-eb7470809493feff5db086daa453164ad630e42c.tar.xz
network/pptpd: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/pptpd')
-rw-r--r--network/pptpd/pptpd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pptpd/pptpd.SlackBuild b/network/pptpd/pptpd.SlackBuild
index 26de3710e0..d81d7966ee 100644
--- a/network/pptpd/pptpd.SlackBuild
+++ b/network/pptpd/pptpd.SlackBuild
@@ -31,10 +31,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