diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-26 18:00:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:45 +0700 |
commit | b951e2fccd66f6c6b0770efed03f40e8750deda0 (patch) | |
tree | b8e1dfc6825782347f088b413d57faeb62891fe8 /system/ded/ded.SlackBuild | |
parent | 16a78801a2186e8d17f363340c4eb70e72bfeade (diff) |
system/ded: Reflow README, rm template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ded/ded.SlackBuild')
-rw-r--r-- | system/ded/ded.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/ded/ded.SlackBuild b/system/ded/ded.SlackBuild index 203f284b594d..d0c2524dbf6b 100644 --- a/system/ded/ded.SlackBuild +++ b/system/ded/ded.SlackBuild @@ -43,9 +43,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 |