diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-19 22:27:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-19 22:27:36 +0000 |
commit | 6269ccf05b01c30f812e4e0ca5b07d42caab74cd (patch) | |
tree | 6f991c6623d21ad522f6ccaca1921d8332778932 /Master | |
parent | 085d2102c19ddd99f5c4d3dca9be77d265ec2d0b (diff) |
(check_runfiles): ignore context/stubs for dups,
files are in both stubs/mswin and stubs/win64 now.
git-svn-id: svn://tug.org/texlive/trunk@34132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index dc9afba79e8..6e614746a38 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -4812,8 +4812,6 @@ sub check_runfiles { } shift @duplicates; # get rid of the fake 1st value - # @duplicates = ('8r-base.map', 'aer.sty', 'lm-ec.map'); # for debugging - # check if duplicates are different files. foreach my $f (@duplicates) { # assume tex4ht, xdy, afm stuff is ok, and don't worry about @@ -4825,6 +4823,7 @@ sub check_runfiles { |Makefile |README |cid2code\.txt + |context/stubs |etex\.src |kinsoku\.tex |language\.dat @@ -6304,7 +6303,7 @@ performed are written to the terminal. =back -=head2 candidates +=head2 candidates I<pkg> =over 4 @@ -7354,7 +7353,7 @@ installed into a user tree. Description of changes of actions in user mode: -=head3 user mode install +=head2 user mode install In user mode, the C<install> action checks that the package and all dependencies are all either relocated or already installed in the system |