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=""
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue