diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-19 15:49:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:33 +0700 |
commit | 85ef26ae286d0aa2da88f119577445ec999ce1d2 (patch) | |
tree | 3af0227fda7695b8f69e7dafea7ea5969caee058 /system/univga-font/univga-font.SlackBuild | |
parent | 0f025501cf0a9232c1b90cba498f8702f7947426 (diff) |
system/univga-font: Remove template comment, use https URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/univga-font/univga-font.SlackBuild')
-rw-r--r-- | system/univga-font/univga-font.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/univga-font/univga-font.SlackBuild b/system/univga-font/univga-font.SlackBuild index d0e9ceb6ac..2da8b6435d 100644 --- a/system/univga-font/univga-font.SlackBuild +++ b/system/univga-font/univga-font.SlackBuild @@ -25,9 +25,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 |