diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-02 23:42:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-02 23:42:25 +0000 |
commit | b828bc9af5d21aa3ff67478df08faac8e7fa43c4 (patch) | |
tree | 9cb4767a8eeed04e217517d918b3834d1165ee53 /Master/tlpkg/bin | |
parent | 9683e2f7185c5cf8b4a194d839e26425a5b9e811 (diff) |
conv_to_win_path renamed (and not needed); let texlive-en be updated in tlnet (Nikos Platis, 02 Nov 2008 01:11:33)
git-svn-id: svn://tug.org/texlive/trunk@11159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index 2c6d24ddb78..9c5f5d53b39 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -24,7 +24,7 @@ use Pod::Usage; use File::Path; # packages matching these re's will not be updated without --all. -my @critical_pkg_list = qw/bin-texlive texlive\.infra texlive-en/; +my @critical_pkg_list = qw/bin-texlive texlive\.infra/; our ($mydir, $vc_id); my $opt_all = 0; @@ -374,8 +374,8 @@ Does a full rebuild of all packages. =item B<-all|-a> Include packages deemed critical in the update, currently -C<texlive.infra> and C<texlive-en>. (L<tlmgr> itself needs testing -before updating.) +C<texlive.infra> and C<bin-texlive>. (That is, C<tlmgr> itself needs +testing before updating.) =item B<-no-setup> |