2nd is sum.
This commit is contained in:
parent
e377457daa
commit
d8af4488d9
1 changed files with 4 additions and 2 deletions
|
@ -67,8 +67,10 @@ else cont=y
|
|||
else sourcesize=""
|
||||
fi
|
||||
binf=$CDPACK/SizeMB
|
||||
if [ -f $binf ]
|
||||
then binsize=" (`cat $binf` MB uncompressed)"
|
||||
if [ -f $binf -a -f $sourcef ]
|
||||
then sourcemb="`cat $sourcef`"
|
||||
binmb="`cat $binf`"
|
||||
binsize=" (`expr $sourcemb + $binmb` MB uncompressed)"
|
||||
else binsize=""
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue