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 | |
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
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlcritical | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical index 81b28dcdd68..b26ae903100 100755 --- a/Master/tlpkg/bin/tl-update-tlcritical +++ b/Master/tlpkg/bin/tl-update-tlcritical @@ -34,7 +34,7 @@ do_updater () # update normal containers. echo "$0: running tl-update-containers (for critical packages)..." tl-update-containers -location $tlcrit -all \ - 00texlive.installation 00texlive.config texlive.infra + 00texlive.installation 00texlive.config texlive.infra tlperl.win32 # update Unix disaster recovery. echo "$0: running tl-makeself-from-tlnet..." |