summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index b478bd6be76..4dfc37ae4a4 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3451,6 +3451,8 @@ sub check_runfiles {
next if $f =~ /\.(afm|cfg|4hf|htf|xdy)$/;
next if $f =~ /^(Changes|README|language\.dat|(czech|slovak)\.sty)$/;
next if $f =~ /^(libertine\.sty|m-tex4ht\.tex|metatex\.tex)$/;
+ next if $f =~ /^(ps2mfbas\.mf|pstricks\.con|tex4ht\.env)$/;
+ next if $f =~ /^(texutil\.rb|tlmgrgui\.pl)$/;
#
my @copies = grep (/\/$f$/, @runtime_files);
# map files can be duplicated as long as copies don't concern the same engine