diff options
author | Norbert Preining <preining@logic.at> | 2008-06-24 05:38:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-24 05:38:52 +0000 |
commit | 4836f8f2391358b78e9377956a3ecebea98fd11b (patch) | |
tree | 8d1513e4e558d82e33b14fc1bec6e2b1a8dfb28d /Master | |
parent | 228040854a3f1e74c33c08fb12cb3df40d2c265a (diff) |
add bin-kpathsea to the list of packages that need special update treatment
git-svn-id: svn://tug.org/texlive/trunk@8962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 53adfb59be5..028f6e8416e 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -62,7 +62,7 @@ our $TeXLiveAlternativeURL; our $WinSpecialUpdatePackagesRegexp = - '^(texlive\.infra|luatex|bin-tlperl\.win32$|bin-texlive)'; + '^(texlive\.infra|luatex|bin-tlperl\.win32$|bin-texlive|bin-kpathsea)'; 1; |