diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 032a98174e6..c70ac216ab5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4401,10 +4401,11 @@ sub killfiles { # create/update README.TEXLIVE. open (RTL, ">README.TEXLIVE") || warn "open(>README.TEXLIVE) failed: $!"; print RTL <<"EOF"; -The following files have been removed in the TeX Live installation of -the current package, typically due to duplication, lack of space, or -missing source code. You can find these files on CTAN$ctan_url -If questions or concerns, email tex-live\@tug.org. +The files below have been removed in the TeX Live installation of +the current package, typically due to missing source code. If this is a +concern, please contact the package maintainer. + +You can find these files on CTAN$ctan_url. EOF foreach my $f (@delfiles) { |