summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2020-01-04 18:07:10 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:45 +0100
commitbab73d4622612ac2ef2caca32d42e35432dd095b (patch)
treea948c0469c1d8e6ead2c9b166dd01b33eaeb1a17 /system
parentbecff34fb78e6799e29952f87b64f433472080b4 (diff)
downloadslackbuilds-bab73d4622612ac2ef2caca32d42e35432dd095b.tar.gz
system/newLd: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/newLd/newLd.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/newLd/newLd.SlackBuild b/system/newLd/newLd.SlackBuild
index e941145bd9..71d3bf1adc 100644
--- a/system/newLd/newLd.SlackBuild
+++ b/system/newLd/newLd.SlackBuild
@@ -31,14 +31,12 @@ VERSION=${VERSION:-2.33.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
if [ -z "$ARCH" ]; then
case "$MARCH" in
i?86) export ARCH=i586 ;;
armv7hl) export ARCH=$MARCH ;;
arm*) export ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$MARCH ;;
esac
fi