summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-26 22:29:22 +0000
committerKarl Berry <karl@freefriends.org>2015-10-26 22:29:22 +0000
commitaa39a42bb2d25793853401583b76c53cae6ad7f5 (patch)
treecb1881961cbdfa4c55ee71119ffb16d662932282 /Master/texmf-dist
parent995e3c8185155c3e29ff4fbbd4321037a43dad12 (diff)
(check_runfiles): don't worry about *.pm clashes
(e.g., BibTeX/Parser.pm vs. Pedigree/Parser.pm is not a problem). git-svn-id: svn://tug.org/texlive/trunk@38720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 8b7dc0d8af5..e45e2315813 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -4992,7 +4992,7 @@ sub check_runfiles {
foreach my $f (@duplicates) {
# assume tex4ht, xdy, afm stuff is ok, and don't worry about
# Changes, README et al. Other per-format versions.
- next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|xdy)$/;
+ next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|pm|xdy)$/;
next if $f
=~ /^((czech|slovak)\.sty
|Changes