From cb0255854775f7e5f9eec23aed4edd4675115395 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 22 Aug 2021 17:40:31 -0400 Subject: [PATCH] system/pcf2bdf: Reflow README, rm template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/pcf2bdf/README | 6 +++--- system/pcf2bdf/pcf2bdf.SlackBuild | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/system/pcf2bdf/README b/system/pcf2bdf/README index d7871d3a39..3bb682ae5f 100644 --- a/system/pcf2bdf/README +++ b/system/pcf2bdf/README @@ -1,5 +1,5 @@ pcf2bdf (convert X fonts from PCF to BDF) -Pcf2bdf is a font de-compiler. It converts X fonts from Portable Compiled -Format (PCF) to Bitmap Distribution Format (BDF). It can also accept a -compressed/gzipped PCF file as input. +Pcf2bdf is a font de-compiler. It converts X fonts from Portable +Compiled Format (PCF) to Bitmap Distribution Format (BDF). It can also +accept a compressed/gzipped PCF file as input. 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