diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-21 13:45:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:56 +0700 |
commit | 039010f4399ebfe0b87ff53b3548e57e950c6c7b (patch) | |
tree | 9cec4265e909882f265bcd86538931344cda36a1 /libraries | |
parent | d027d911d7a6a4a275e4c9e20d6458f89b8b92ee (diff) |
libraries/configobj: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/configobj/configobj.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/configobj/configobj.SlackBuild b/libraries/configobj/configobj.SlackBuild index 4a12559dca17..ab30b6640135 100644 --- a/libraries/configobj/configobj.SlackBuild +++ b/libraries/configobj/configobj.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for configobj -# Written by Luis Henrique <lmello.009@gmail.com> +# Written by Luis Henrique <email removed> # Modified by B. Watson <yalhcru@gmail.com> @@ -33,9 +33,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 |