diff options
author | Norbert Preining <preining@logic.at> | 2010-01-09 03:06:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-01-09 03:06:09 +0000 |
commit | f1223134488dd0324918c2b07b05216776e4e49d (patch) | |
tree | 45d061e022fe8df36b8c665882c3a1fb9a62b9bd /Master/tlpkg/bin/tl-update-containers | |
parent | 1ba628308bf1f23c7bc83ea9961d026835939bc9 (diff) |
make tlperl be present in tlcritical and do not update it normally
git-svn-id: svn://tug.org/texlive/trunk@16650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index e70fff544ac..df1ea74ae7d 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/texlive\.infra/; +my @critical_pkg_list = qw/texlive\.infra tlperl\.win32/; our ($mydir, $vc_id); my $opt_all = 0; |