diff options
Diffstat (limited to 'system/pcf2bdf')
-rw-r--r-- | system/pcf2bdf/README | 6 | ||||
-rw-r--r-- | system/pcf2bdf/pcf2bdf.SlackBuild | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/system/pcf2bdf/README b/system/pcf2bdf/README index d7871d3a39a98..3bb682ae5f7a1 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 cb4464fe6990a..78599e12969d3 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 |