summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-21 19:45:06 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:08:56 +0100
commit039010f4399ebfe0b87ff53b3548e57e950c6c7b (patch)
tree9cec4265e909882f265bcd86538931344cda36a1
parentd027d911d7a6a4a275e4c9e20d6458f89b8b92ee (diff)
downloadslackbuilds-039010f4399ebfe0b87ff53b3548e57e950c6c7b.tar.gz
libraries/configobj: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/configobj/configobj.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/configobj/configobj.SlackBuild b/libraries/configobj/configobj.SlackBuild
index 4a12559dca..ab30b66401 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