On 2014-11-12 22:53 , Mihai Moldovan wrote:
> On 12.11.2014 11:09 am, Ryan Schmidt wrote:
>> The uncompressed idea.c file needs to be in the work directory. The 
>> compressed idea.c.gz file doesn't need to be copied there from the distpath.
> 
> The compressed file is automatically deleted by gunzip -d. Only idea.c will 
> remain.

You could do this:

system "< ${distpath}/idea.c.gz gunzip -dc > ${worksrcpath}/cipher/idea.c"

- Josh
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to