diff options
Diffstat (limited to 'misc/par/par.SlackBuild')
-rw-r--r-- | misc/par/par.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/par/par.SlackBuild b/misc/par/par.SlackBuild index 67727fa7887fd..fb8ac03ee01d3 100644 --- a/misc/par/par.SlackBuild +++ b/misc/par/par.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for par -# Written by slakmagik <slakmagik@gmail.com> +# Written by slakmagik <email removed> # Released under the WTFPL # Now maintained by B. Watson <yalhcru@gmail.com> @@ -30,9 +30,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 |