diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 134b4f4360b..15766d2950f 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1655,6 +1655,7 @@ sub not_virtual_install_package { sub _install_data { my ($self, $what, $reloc, $filelistref, $totlpdb, $whatsize, $whatcheck) = @_; +printf STDERR "_install_data for $what whatsize $whatsize whatcheck $whatcheck\n"; my $target = $totlpdb->root; my $tempdir = "$target/temp"; |