diff options
author | Norbert Preining <preining@logic.at> | 2009-03-01 18:59:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-03-01 18:59:21 +0000 |
commit | d9b0b20fb4998d73df2aa5e05b9e0762695138f8 (patch) | |
tree | b2a33c0bd94eec4d4008fddddcb3017e6d553180 /Master/tlpkg/TeXLive | |
parent | a2f1750c921294d8b28385fc23ee8f269b92e95e (diff) |
add bin-tlperl.win32 to the critical packages list
git-svn-id: svn://tug.org/texlive/trunk@12274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 2af51af4e55..47fe99f66cb 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -64,7 +64,7 @@ our $WinSpecialUpdatePackagesRegexp = '^(texlive\.infra|bin-tlperl\.win32$|bin-texlive)'; -our @CriticalPackagesList = qw/texlive.infra bin-texlive/; +our @CriticalPackagesList = qw/texlive.infra bin-texlive bin-tlperl.win32/; our @AllowedConfigOptions = qw/ available_architectures |