system/unigine-valley-benchmark: Fix template comments.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 00:09:09 -04:00 committed by Willy Sudiarto Raharjo
parent baa7c38a9d
commit 76721fc05c
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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