2nd is sum.

This commit is contained in:
Ben Gras 2006-04-13 01:59:43 +00:00
parent e377457daa
commit d8af4488d9

View file

@ -67,8 +67,10 @@ else cont=y
else sourcesize="" else sourcesize=""
fi fi
binf=$CDPACK/SizeMB binf=$CDPACK/SizeMB
if [ -f $binf ] if [ -f $binf -a -f $sourcef ]
then binsize=" (`cat $binf` MB uncompressed)" then sourcemb="`cat $sourcef`"
binmb="`cat $binf`"
binsize=" (`expr $sourcemb + $binmb` MB uncompressed)"
else binsize="" else binsize=""
fi fi