summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-01-04 00:54:10 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:40 +0100
commitfbfa447d3c75fd1a38e924461a65e7266f3e08b1 (patch)
tree6164ab5fc2eafa85fa24d00f7a7c8a4dee058b2b
parent550961b0e3d4ee7e9e9b100b0e17ab1f266ae6a5 (diff)
downloadslackbuilds-fbfa447d3c75fd1a38e924461a65e7266f3e08b1.tar.gz
libraries/nv-codec-headers: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--libraries/nv-codec-headers/nv-codec-headers.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild
index 8665910e35..7eb8360f4b 100644
--- a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild
+++ b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild
@@ -33,7 +33,6 @@ 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