From a53bb5209d09e91b877edb495d027dbd502d1d60 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 7 Feb 2009 23:25:16 +0000 Subject: fix src <-> source in write_w32_updater git-svn-id: svn://tug.org/texlive/trunk@12113 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f7b3b70ccbc..2643505f519 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1153,7 +1153,7 @@ sub write_w32_updater { # we do install documenation files for category Documentation even if option_install_docfiles is false $opt_real_doc = ($mediatlp->category =~ m/documentation/i) ? 1 : $opt_doc; @pkg_parts = ($pkg); - push(@pkg_parts, "$pkg.src") if ($container_src_split && $opt_src && $mediatlp->srcfiles); + push(@pkg_parts, "$pkg.source") if ($container_src_split && $opt_src && $mediatlp->srcfiles); push(@pkg_parts, "$pkg.doc") if ($container_doc_split && $opt_real_doc && $mediatlp->docfiles); if ($opt_dry) { info("update: $pkg ($oldrev -> $newrev)\n"); -- cgit v1.2.3