[tex-live] Feature request: show package size, exclude option
Norbert Preining
preining at logic.at
Sat Aug 29 10:28:04 CEST 2009
On Sa, 29 Aug 2009, Uwe Siart wrote:
> view. The package size shown at actual update is always by 1 KB less
> compared to what is shown at --list:
Right, fixed. In fact the computation is a bit buggy, because I do
int($size / 1024) + 1
instead of
int($size / 1024) + ( ($size % 1024 > 0) ? 1 : 0 )
but who cares for 1k.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining <preining at logic.at> Vienna University of Technology
Debian Developer <preining at debian.org> Debian TeX Group
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
BALLYCUMBER
One of the six half-read books lying somewhere in your bed.
--- Douglas Adams, The Meaning of Liff
More information about the tex-live
mailing list