diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 05:35:21 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:48 +0000 |
commit | 726323a5df998eeb7ecee34f829f0c0ee2400394 (patch) | |
tree | 6c8b147ca577c29b90866c1f5649f641874a701f /libraries | |
parent | 3d142c9faf8deb947902c32a25d539df7371b953 (diff) | |
download | slackbuilds-726323a5df998eeb7ecee34f829f0c0ee2400394.tar.gz |
libraries/libxnvctrl: Remove template comments.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libxnvctrl/libxnvctrl.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/libxnvctrl/libxnvctrl.SlackBuild b/libraries/libxnvctrl/libxnvctrl.SlackBuild index b8c76b7528..60e0fd1e94 100644 --- a/libraries/libxnvctrl/libxnvctrl.SlackBuild +++ b/libraries/libxnvctrl/libxnvctrl.SlackBuild @@ -31,7 +31,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 |