diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 18:54:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:40 +0700 |
commit | fbfa447d3c75fd1a38e924461a65e7266f3e08b1 (patch) | |
tree | 6164ab5fc2eafa85fa24d00f7a7c8a4dee058b2b | |
parent | 550961b0e3d4ee7e9e9b100b0e17ab1f266ae6a5 (diff) | |
download | slackbuilds-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.SlackBuild | 1 |
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 |