Frank Griffin <[EMAIL PROTECTED]> writes:

> Apologies if I somehow missed this thread, but how come
>
> ./MakeCD -t /data -a /data/cooker/i586
>
> which used to produce 4 650MB ISO images is now producing 9 ?  Is mkcd
> including all of contrib now ?

$ echo $[(`du -smc /c/ /RPMS/ /contrib/i586/ | grep total | cut -f 1`)/650]
8

$ echo $[(`du -smc /c/ /RPMS/ | grep total | cut -f 1`)/650]
4

obviously

-- 
Warly

Reply via email to