summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-28 01:17:08 +0000
committerKarl Berry <karl@freefriends.org>2008-11-28 01:17:08 +0000
commit0604602c658a52f572a2b7dbfd60d6976edfa669 (patch)
tree9e5ada2013fb963179b42917c7181921138c6540 /Master
parenteef0a6b4f3a6c0828108fcab8e5772c8f12837d5 (diff)
(install_packages): more shortening.
git-svn-id: svn://tug.org/texlive/trunk@11445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index fe6d6055917..faf4293d2ef 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -859,7 +859,7 @@ sub install_packages {
# of bytes etc etc.
# the size of the containers is present
my $infostr = sprintf("Installing [%0${td}d/$totalnr, "
- . "time remain/total: $remtime/$tottime]: $package [%db]",
+ . "time/total: $remtime/$tottime]: $package [%db]",
$n, int($tlpsizes{$package}/1024));
info("$infostr\n");
foreach my $h (@::install_packages_hook) {