diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 22:51:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:41 +0700 |
commit | 12378c30376d8588e1e3f1f283000145b4e0e4c4 (patch) | |
tree | 16eae44b11534ec9486eb54ab9299a71faceaec0 /system | |
parent | 0c5799b4d5c1740efe29a46c3aed369f89395d2b (diff) |
system/lddsafe: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/lddsafe/lddsafe.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/lddsafe/lddsafe.SlackBuild b/system/lddsafe/lddsafe.SlackBuild index 89d85ad40604..690fcc4a8032 100644 --- a/system/lddsafe/lddsafe.SlackBuild +++ b/system/lddsafe/lddsafe.SlackBuild @@ -21,9 +21,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 |