diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-25 17:04:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-25 17:04:44 +0000 |
commit | 61a08759b9f638a80f201a5cda937384fabfba21 (patch) | |
tree | 3599993d155afc1837824c7ba5409deada1c4620 /Master/tlpkg/bin/tl-update-containers | |
parent | fea34ae4a52cd4cc3f7a82061c63165c9dc74dfe (diff) |
restore tlmgr to bin-texlive, and make bin-texlive critical again, in hopes that updates from an iso installation will work again
git-svn-id: svn://tug.org/texlive/trunk@11048 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 c78a9cd5eb9..21817052217 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 texlive-en/; +my @critical_pkg_list = qw/bin-texlive texlive\.infra texlive-en/; our ($mydir, $vc_id); my $opt_all = 0; |