aboutsummaryrefslogtreecommitdiff
path: root/system/info2man/info2man.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-25 15:19:14 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:42 +0700
commit8f65990506a353bdb043f215325e7ab58b2ae01f (patch)
treea5b192a5642c7291173c4d34506b8ed651281506 /system/info2man/info2man.SlackBuild
parent4b05e420c3912baf5e9bbacda7ffb9e153c522d7 (diff)
system/info2man: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/info2man/info2man.SlackBuild')
-rw-r--r--system/info2man/info2man.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild
index b082d3e150892..2aaeb7ca98f4e 100644
--- a/system/info2man/info2man.SlackBuild
+++ b/system/info2man/info2man.SlackBuild
@@ -6,6 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210825 bkw: no changes. looked at debian's 1.1-10, but there are
+# no changes there that apply to us (only apply to debian's package
+# building tools).
+
# 20201102 bkw: update for v1.1_9 (debian's 1.1-9)
# 20140907 bkw: original site blocks downloads based on user-agent. Host
@@ -22,9 +26,6 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0