summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-25 20:47:05 +0000
committerKarl Berry <karl@freefriends.org>2020-04-25 20:47:05 +0000
commit544e5f90dfe86265e2169b477a2a9057be02d9db (patch)
tree0c3d1fe46ccb09696a39d75a68b655f6b8b25628 /Master/tlpkg/libexec/ctan2tds
parent803980524c9abc5919a821b170590ea0e1d11650 (diff)
libertinus-otf (25apr20)
git-svn-id: svn://tug.org/texlive/trunk@54872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
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) {