diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 00:08:45 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:27 +0700 |
commit | baa7c38a9d5e4f035bfd5b94bf2b3945449d2390 (patch) | |
tree | 627f2df4889e2d0d4c1c929b5de9b6faee5e4f1f /system | |
parent | 9b889224b32e23d6b0e6b8dd46f8df482cbd73d6 (diff) |
system/unigine-heaven-benchmark: Fix template comments.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild b/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild index 9b408ce31cc0..315b37cdaffd 100644 --- a/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild +++ b/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild @@ -29,12 +29,10 @@ TAG=${TAG:-_SBo} SRCNAM=Unigine_Heaven -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -58,7 +56,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |