summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2020-10-12 06:08:45 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:27 +0200
commitbaa7c38a9d5e4f035bfd5b94bf2b3945449d2390 (patch)
tree627f2df4889e2d0d4c1c929b5de9b6faee5e4f1f /system
parent9b889224b32e23d6b0e6b8dd46f8df482cbd73d6 (diff)
downloadslackbuilds-baa7c38a9d5e4f035bfd5b94bf2b3945449d2390.tar.gz
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.SlackBuild4
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 9b408ce31c..315b37cdaf 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