diff options
Diffstat (limited to 'libraries/configobj')
-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 |