summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm6
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>