summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2020-10-12 06:09:09 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:27 +0200
commit76721fc05cf5a365019a5f0147047782deb2a380 (patch)
treec5491da5130f337b4cca8bba6490bd38a78bbd1b /system
parentbaa7c38a9d5e4f035bfd5b94bf2b3945449d2390 (diff)
downloadslackbuilds-76721fc05cf5a365019a5f0147047782deb2a380.tar.gz
system/unigine-valley-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-valley-benchmark/unigine-valley-benchmark.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/unigine-valley-benchmark/unigine-valley-benchmark.SlackBuild b/system/unigine-valley-benchmark/unigine-valley-benchmark.SlackBuild
index be49c66b5f..3f55ff015b 100644
--- a/system/unigine-valley-benchmark/unigine-valley-benchmark.SlackBuild
+++ b/system/unigine-valley-benchmark/unigine-valley-benchmark.SlackBuild
@@ -29,12 +29,10 @@ TAG=${TAG:-_SBo}
SRCNAM=Unigine_Valley
-# 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