diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-16 16:03:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-16 16:03:22 +0000 |
commit | 45fe59ba93c6b8db26a653b2823cf332a9c36e63 (patch) | |
tree | 6e55517c097073ff30bf73ee12b281e6efabc8d0 /Master | |
parent | 0f080edb7404a88ee00c2f7372044bb16dc79fd8 (diff) |
(check_files): add top-level texmfcnf.lua to
IgnorePatterns, since it is likely to exist in
installed trees and is harmless. Report from Rick
Graham, 26 Aug 2013 02:15:37.
git-svn-id: svn://tug.org/texlive/trunk@31673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 1f1b5e8dbee..54d68d5128c 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -4724,8 +4724,8 @@ sub check_files { texmf-dist/ls-R$ texmf-doc/ls-R$ tlpkg/archive tlpkg/backups tlpkg/installer tlpkg/texlive.tlpdb tlpkg/tlpobj tlpkg/texlive.profile - texmf-var/ texmf-config/ - texmf.cnf install-tl.log + texmf-config/ texmf-var/ + texmf.cnf texmfcnf.lua install-tl.log !; my %tltreefiles = %{$tltree->{'_allfiles'}}; my @tlpdbfiles = keys %filetopacks; |