diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 12:07:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:45 +0700 |
commit | bab73d4622612ac2ef2caca32d42e35432dd095b (patch) | |
tree | a948c0469c1d8e6ead2c9b166dd01b33eaeb1a17 /system/newLd/newLd.SlackBuild | |
parent | becff34fb78e6799e29952f87b64f433472080b4 (diff) |
system/newLd: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/newLd/newLd.SlackBuild')
-rw-r--r-- | system/newLd/newLd.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/newLd/newLd.SlackBuild b/system/newLd/newLd.SlackBuild index e941145bd931..71d3bf1adccb 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 |