diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 55aaea30c97..4419944888d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1010,6 +1010,9 @@ sub do_tlp { # actually used in lollipop in TL (doc tree). next if $basefile eq "btxmac.tex" && $file =~ m,/lollipop/,; + # Different cluttex.lua gets installed. + next if $basefile eq "cluttex.lua"; + # Wrong README gets compared. next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,; |