diff options
author | Norbert Preining <preining@logic.at> | 2009-03-01 17:40:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-03-01 17:40:07 +0000 |
commit | 1e1ff0f9fccfb0623265d13232eeaf88913ac0e9 (patch) | |
tree | b2b19abf48cc38757fe69ad8bb970e742a6eab68 /Master/tlpkg/TeXLive | |
parent | 9de40e856cbe4b35f779b5fcf60758efed3fb185 (diff) |
remove luatex and bin-kpathsea from the list of specially treated updates
on win32
git-svn-id: svn://tug.org/texlive/trunk@12270 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 fc30df1c029..2af51af4e55 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -61,7 +61,7 @@ our $TeXLiveServerPath = "systems/texlive/tlnet/2008"; our $TeXLiveURL = "$TeXLiveServerURL/$TeXLiveServerPath"; our $WinSpecialUpdatePackagesRegexp = - '^(texlive\.infra|luatex|bin-tlperl\.win32$|bin-texlive|bin-kpathsea)'; + '^(texlive\.infra|bin-tlperl\.win32$|bin-texlive)'; our @CriticalPackagesList = qw/texlive.infra bin-texlive/; |