diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-03 15:39:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-03 15:39:10 +0000 |
commit | 1e07fd371b04fab0d58943360b1fa2de5148fd3f (patch) | |
tree | 93d18108d2510965cf0b504fe0cf590b0d938cfc /Master | |
parent | ba0df82fadba352b3467f384113b36f66ba9a69b (diff) |
(critical_pkg_list): add texlive-en, for the time
being just doing unimportant updates.
git-svn-id: svn://tug.org/texlive/trunk@10422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 08db2da064b..6d84d9005e3 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -23,7 +23,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/; +my @critical_pkg_list = qw/bin-texlive texlive\.infra texlive-en/; our ($mydir, $vc_id); my $opt_location = "."; |