summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2020-10-12 00:11:36 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:07 +0200
commite90d9a19db0276c004ff5275f1cd6df3330df425 (patch)
treeece04a614d4640e0addb93cdf482cd6bcb0f1315 /misc
parentf99308d4cc038cb77fd5ee5a9241d0866eead351 (diff)
downloadslackbuilds-e90d9a19db0276c004ff5275f1cd6df3330df425.tar.gz
misc/yubioath-desktop: Fix template comments.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/yubioath-desktop/yubioath-desktop.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/yubioath-desktop/yubioath-desktop.SlackBuild b/misc/yubioath-desktop/yubioath-desktop.SlackBuild
index f553445a9f..5357a8a87a 100644
--- a/misc/yubioath-desktop/yubioath-desktop.SlackBuild
+++ b/misc/yubioath-desktop/yubioath-desktop.SlackBuild
@@ -27,7 +27,6 @@ VERSION=${VERSION:-5.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;