diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-22 17:40:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:34 +0700 |
commit | cb0255854775f7e5f9eec23aed4edd4675115395 (patch) | |
tree | 3eaf551f953e257a976be9f67ea8c180d66dd0eb /system/pcf2bdf/pcf2bdf.SlackBuild | |
parent | 0f6f3f51db1d5384e2b7f3db4fb55d5950ef52c1 (diff) |
system/pcf2bdf: Reflow README, rm template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pcf2bdf/pcf2bdf.SlackBuild')
-rw-r--r-- | system/pcf2bdf/pcf2bdf.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/pcf2bdf/pcf2bdf.SlackBuild b/system/pcf2bdf/pcf2bdf.SlackBuild index cb4464fe69..78599e1296 100644 --- a/system/pcf2bdf/pcf2bdf.SlackBuild +++ b/system/pcf2bdf/pcf2bdf.SlackBuild @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 |