summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2021-08-29 19:24:43 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:52 +0200
commit04c4c5b4ff8a6004c9b9f4702c843008c0dc0889 (patch)
tree3b6cb96c4441eceb51fd707a338927dde25bacc7 /development
parent45ae046000edbd3532bd27120026106062e0afa5 (diff)
downloadslackbuilds-04c4c5b4ff8a6004c9b9f4702c843008c0dc0889.tar.gz
development/bless: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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