Question related to mcz in sar

Ned Konz ned at bike-nomad.com
Sat May 8 18:41:43 UTC 2004


stéphane ducasse wrote:

> Hi
> 
> Here is my problem: I can load a sar that I produce with
> #! /bin/sh
> for arg
> do
>         target=`basename "PicaAndJoe"`.sar
>         echo zip -y -r "$target" "$arg"
>         zip -y -r "$target" "$arg"
> done
> 
> and I can load shout in  in mcz format.
> 
> I tried to put the Shout mcz file in the folder that contains all the 
> files of sar files then zip everything
> with the same process.
> 
> When I loaded this new sar I get an error.
> 
> I checked SarInstaller can deal with mcz so I do not understand why this 
> is not working.
> Then I can open the sar file with the zip tool of squeak and I see all 
> my files. But when I save the file
> it is still zipped.
> Does anybody experience something similar or different :)?

Don't compress the .mcz file when you put it into a SAR.






More information about the Squeak-dev mailing list