summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl21
1 files changed, 8 insertions, 13 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index de1c4c7b0c5..7503e1e1847 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -4586,21 +4586,16 @@ sub check_files {
my $arch = $localtlpdb->platform();
return $ret if $arch eq "win32";
- # check that all files in the trees are covered.
- #
+ # check that all files in the trees are covered, along with
+ # 00texlive.image, q.v. The ones here are not included in the
+ # archival source/ tarball;
my @IgnorePatterns = qw!
- support/ source/ setuptl/
+ source/
texmf-dist/ls-R$ texmf-doc/ls-R$
- tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc
- tlpkg/texlive.tlpdb
- tlpkg/tlpobj
- texmf-var/
- texmf-config/
- texmf.cnf
- install-tl.log
- tlpkg/texlive.profile
- tlpkg/installer
- tlpkg/backups/
+ tlpkg/archive tlpkg/backups tlpkg/installer
+ tlpkg/texlive.tlpdb tlpkg/tlpobj tlpkg/texlive.profile
+ texmf-var/ texmf-config/
+ texmf.cnf install-tl.log
!;
my %tltreefiles = %{$tltree->{'_allfiles'}};
my @tlpdbfiles = keys %filetopacks;