diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 13:40:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 13:40:05 +0000 |
commit | 70c78ee9c54546fda7d4e7354983c2ffc6f2fd15 (patch) | |
tree | 0c2eb7dd3dfe548fb31dc107a2209e1921812e62 | |
parent | cabb73d60844ca9718dc836f820bb76c10319f62 (diff) |
remove bin-texlive from the list of critical packages and special packages
for Windows, sincce it contains only some scripts, tlmgr is now in texlive.infra
git-svn-id: svn://tug.org/texlive/trunk@13348 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index ad73cfa7b6d..9378e12f01e 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -74,11 +74,11 @@ our $RelocTree = "texmf-dist"; our $RelocPrefix = "RELOC"; our $WinSpecialUpdatePackagesRegexp = - '^(texlive\.infra|bin-tlperl\.win32$|bin-texlive)'; + '^(texlive\.infra|bin-tlperl\.win32$)'; -our @CriticalPackagesList = qw/texlive.infra bin-texlive/; +our @CriticalPackagesList = qw/texlive.infra/; push(@CriticalPackagesList, "bin-tlperl.win32") if ($^O=~/^MSWin(32|64)$/i); @@ -177,7 +177,7 @@ because they contain files which are open during the update process. =item C<@TeXLive::TLConfig::CriticalPackagesList> A list of all those packages which we do not update regularly -since they are too central, currently bin-texlive and texlive.infra. +since they are too central, currently only texlive.infra. =item C<@TeXLive::TLConfig::AllowedConfigOptions> |