summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-18 23:38:35 +0000
committerNorbert Preining <preining@logic.at>2008-06-18 23:38:35 +0000
commit20bd8b81dd4db81dac1cc85188271c51ec4d8378 (patch)
tree9f257c4b1f0a4049f6a9bd76b04f9bd5a8eeaffd /Master
parent0ffa079674d20a95ff1db24deb704fa12df43511 (diff)
texlive.infra needs special update procedure, too
git-svn-id: svn://tug.org/texlive/trunk@8857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
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"