summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-01-23 15:38:52 +0000
committerNorbert Preining <preining@logic.at>2012-01-23 15:38:52 +0000
commit3dac364bed3d360f8be53524b2625542d858b59f (patch)
tree7ade14f76fdbf20c697b40391a3b2e6968cf7920 /Master/tlpkg/dev
parentb389cd59a68dc7bb07914606f05170dbcdc539e5 (diff)
fix a typo in multi source support when listing packages
git-svn-id: svn://tug.org/texlive/trunk@25179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev')
-rw-r--r--Master/tlpkg/dev/dev.multi-source-support-v2.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/dev/dev.multi-source-support-v2.patch b/Master/tlpkg/dev/dev.multi-source-support-v2.patch
index ee0d0f2d386..6df7d7e6fc5 100644
--- a/Master/tlpkg/dev/dev.multi-source-support-v2.patch
+++ b/Master/tlpkg/dev/dev.multi-source-support-v2.patch
@@ -5,8 +5,8 @@
Index: tlpkg/TeXLive/TLPDB.pm
===================================================================
---- tlpkg/TeXLive/TLPDB.pm.orig 2012-01-18 10:10:14.054521486 +0900
-+++ tlpkg/TeXLive/TLPDB.pm 2012-01-18 11:05:39.223509405 +0900
+--- tlpkg/TeXLive/TLPDB.pm.orig 2012-01-19 23:54:41.731610641 +0900
++++ tlpkg/TeXLive/TLPDB.pm 2012-01-19 23:54:46.295697957 +0900
@@ -70,20 +70,31 @@
$tlpdb->settings;
$tlpdb->setting($key, [$value]);
@@ -964,8 +964,8 @@ Index: tlpkg/TeXLive/TLPDB.pm
=head1 OPTIONS
Index: texmf/scripts/texlive/tlmgr.pl
===================================================================
---- texmf/scripts/texlive/tlmgr.pl.orig 2012-01-18 10:10:14.046521530 +0900
-+++ texmf/scripts/texlive/tlmgr.pl 2012-01-18 11:06:18.972002414 +0900
+--- texmf/scripts/texlive/tlmgr.pl.orig 2012-01-19 23:54:41.703610104 +0900
++++ texmf/scripts/texlive/tlmgr.pl 2012-01-24 00:37:45.177900482 +0900
@@ -124,6 +124,7 @@
"package-logfile" => "=s",
"persistent-downloads" => "!",
@@ -1657,7 +1657,7 @@ Index: texmf/scripts/texlive/tlmgr.pl
@whattolist = $tlm->schemes;
} else {
- @whattolist = $tlm->list_packages;
-+ if ($remotetlpdb->is_virtual) {
++ if ($tlm->is_virtual) {
+ @whattolist = $tlm->list_packages("-all");
+ } else {
+ @whattolist = $tlm->list_packages;