summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 5614ff06d64..9e245dcf71b 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -1082,6 +1082,7 @@ sub sizes_of_packages {
} else {
# we have to add the respective sizes, that is checking for
# installation of src and doc file
+ $tlpsizes{$p} = $tlpobjs{$p}->runsize;
$tlpsizes{$p} += $tlpobjs{$p}->srcsize if $opt_src;
$tlpsizes{$p} += $tlpobjs{$p}->docsize if $opt_doc;
my %foo = %{$tlpobjs{$p}->binsize};