diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 22:45:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:40 +0700 |
commit | f2830ecd2a442bb73379aa7601c32ec7d05153c3 (patch) | |
tree | b6a9e0fc47c8704c82cbd37dabb21a328a57f8e1 /system/linuxconsoletools/linuxconsoletools.SlackBuild | |
parent | 7a65769e80b3c9ebc2659b23a093629253330ac9 (diff) | |
download | slackbuilds-f2830ecd2a442bb73379aa7601c32ec7d05153c3.tar.gz slackbuilds-f2830ecd2a442bb73379aa7601c32ec7d05153c3.tar.xz |
system/linuxconsoletools: Reflow README and remove SDL2 ref.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools.SlackBuild')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index 135531a913..3d3f062812 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -48,9 +48,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 |