summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev/dev.multi-source-support-v2.patch
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-05-19 04:31:09 +0000
committerNorbert Preining <preining@logic.at>2011-05-19 04:31:09 +0000
commit0893dad4c0766e41bb86366bdc10adc473b1e5ba (patch)
treea819d5bb6d7d4b1d0cb892dd88618b021fd8ffd7 /Master/tlpkg/dev/dev.multi-source-support-v2.patch
parentccaa20df5e2cccfd1aa514afde02f15e48131f5e (diff)
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
Diffstat (limited to 'Master/tlpkg/dev/dev.multi-source-support-v2.patch')
-rw-r--r--Master/tlpkg/dev/dev.multi-source-support-v2.patch8
1 files changed, 4 insertions, 4 deletions
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",