summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-08-29 13:24:43 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:52 +0700
commit04c4c5b4ff8a6004c9b9f4702c843008c0dc0889 (patch)
tree3b6cb96c4441eceb51fd707a338927dde25bacc7
parent45ae046000edbd3532bd27120026106062e0afa5 (diff)
downloadslackbuilds-04c4c5b4ff8a6004c9b9f4702c843008c0dc0889.tar.gz
slackbuilds-04c4c5b4ff8a6004c9b9f4702c843008c0dc0889.tar.xz
development/bless: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/bless/bless.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/bless/bless.SlackBuild b/development/bless/bless.SlackBuild
index 325509662d..c107d460a6 100644
--- a/development/bless/bless.SlackBuild
+++ b/development/bless/bless.SlackBuild
@@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210829 bkw: note: I can't test this on -current because I can't get
+# gtk-sharp to build.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bless
@@ -23,9 +26,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# 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