diff options
author | Norbert Preining <preining@logic.at> | 2008-06-18 23:38:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-18 23:38:35 +0000 |
commit | 20bd8b81dd4db81dac1cc85188271c51ec4d8378 (patch) | |
tree | 9f257c4b1f0a4049f6a9bd76b04f9bd5a8eeaffd | |
parent | 0ffa079674d20a95ff1db24deb704fa12df43511 (diff) |
texlive.infra needs special update procedure, too
git-svn-id: svn://tug.org/texlive/trunk@8857 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 28e6f4ce48c..a4f33c970d6 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -641,6 +641,7 @@ sub action_update { if (win32() && (($pkg =~ m/^texlive\.infra/) || ($pkg =~ m/^luatex/) || ($pkg =~ m/^bin-tlperl\.win32$/) || + ($pkg =~ m/^texlive.infra/) || ($pkg =~ m/^bin-texlive/))) { if (!$updater_started) { open UPDATER, ">" . $localtlpdb->root . "/tlpkg/installer/updater.bat" |