diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 00:09:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:27 +0700 |
commit | 76721fc05cf5a365019a5f0147047782deb2a380 (patch) | |
tree | c5491da5130f337b4cca8bba6490bd38a78bbd1b /system/unigine-valley-benchmark | |
parent | baa7c38a9d5e4f035bfd5b94bf2b3945449d2390 (diff) | |
download | slackbuilds-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/unigine-valley-benchmark')
-rw-r--r-- | system/unigine-valley-benchmark/unigine-valley-benchmark.SlackBuild | 4 |
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 |