diff options
author | Filippo Tessarotto <zoeslam@gmail.com> | 2018-05-12 23:59:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-13 07:05:12 +0700 |
commit | ea0e1559026f29d651a60334cd64e00fd01b5283 (patch) | |
tree | d23cb65d5a1bc82348131e015ecaf175185a1f78 | |
parent | 44f1e453075ef863b9dcea86532881ec4aeaa4d0 (diff) |
network/postfix: Retain license files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/postfix/postfix.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild index 6339f5973ee2..4242706e6b1c 100644 --- a/network/postfix/postfix.SlackBuild +++ b/network/postfix/postfix.SlackBuild @@ -172,8 +172,6 @@ make non-interactive-package \ manpage_directory=/usr/man \ readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES -rm -f $PKG/etc/postfix/{TLS_,}LICENSE - install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \ ! -name "postfix-files" -exec mv {} {}.new \; |