diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 9d70e817c5b..ed4cd20a2a3 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2562,7 +2562,6 @@ sub check_files { # do check that all files in the trees are covered # my @IgnorePatterns = qw! - .mkisofsrc$ autorun.inf$ support/ source/ setuptl/ texmf-dist/ls-R$ texmf-doc/ls-R$ texmf/ls-R$ tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc @@ -2574,9 +2573,6 @@ sub check_files { install-tl.log tlpkg/texlive.profile tlpkg/installer - install-tl$ - install-tl.bat$ - install-tl.bat.manifest$ !; my %tltreefiles = %{$tltree->{'_allfiles'}}; my @tlpdbfiles = keys %filetopacks; |