summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-01-09 03:06:09 +0000
committerNorbert Preining <preining@logic.at>2010-01-09 03:06:09 +0000
commitf1223134488dd0324918c2b07b05216776e4e49d (patch)
tree45d061e022fe8df36b8c665882c3a1fb9a62b9bd /Master/tlpkg/bin/tl-update-containers
parent1ba628308bf1f23c7bc83ea9961d026835939bc9 (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-xMaster/tlpkg/bin/tl-update-containers2
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;