summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
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)/,;