From 0893dad4c0766e41bb86366bdc10adc473b1e5ba Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 19 May 2011 04:31:09 +0000 Subject: fix missing installation of doc files in multi-source patch due to a typo in TLPDB.pm git-svn-id: svn://tug.org/texlive/trunk@22530 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/dev/dev.multi-source-support-v2.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/dev/dev.multi-source-support-v2.patch') diff --git a/Master/tlpkg/dev/dev.multi-source-support-v2.patch b/Master/tlpkg/dev/dev.multi-source-support-v2.patch index e4c33df2db7..84571d6c05c 100644 --- a/Master/tlpkg/dev/dev.multi-source-support-v2.patch +++ b/Master/tlpkg/dev/dev.multi-source-support-v2.patch @@ -1,6 +1,6 @@ Index: tlpkg/TeXLive/TLPDB.pm =================================================================== ---- tlpkg/TeXLive/TLPDB.pm (revision 22479) +--- tlpkg/TeXLive/TLPDB.pm (revision 22529) +++ tlpkg/TeXLive/TLPDB.pm (working copy) @@ -70,20 +70,31 @@ $tlpdb->settings; @@ -342,7 +342,7 @@ Index: tlpkg/TeXLive/TLPDB.pm + $tlp = $self->{'tlps'}{'00texlive.config'}; + } + if (defined($tlp)) { -+ foreach my $d ($tlp) { ++ foreach my $d ($tlp->depends) { if ($d =~ m!^container_split_doc_files/(.*)$!) { return "$1"; } @@ -931,7 +931,7 @@ Index: tlpkg/TeXLive/TLPDB.pm =head1 OPTIONS Index: tlpkg/TeXLive/TLUtils.pm =================================================================== ---- tlpkg/TeXLive/TLUtils.pm (revision 22479) +--- tlpkg/TeXLive/TLUtils.pm (revision 22529) +++ tlpkg/TeXLive/TLUtils.pm (working copy) @@ -62,6 +62,7 @@ TeXLive::TLUtils::setup_programs($bindir, $platform); @@ -983,7 +983,7 @@ Index: tlpkg/TeXLive/TLUtils.pm Index: texmf/scripts/texlive/tlmgr.pl =================================================================== ---- texmf/scripts/texlive/tlmgr.pl (revision 22479) +--- texmf/scripts/texlive/tlmgr.pl (revision 22529) +++ texmf/scripts/texlive/tlmgr.pl (working copy) @@ -124,6 +124,7 @@ "package-logfile" => "=s", -- cgit v1.2.3