On 2011-07-29 02:50 , Joshua Root wrote:
> Now that the customary week has passed since the release of 2.0.0, I
> thought I'd point out some of the goodies that are now available to
> portfile authors.

Another subtle change, "system" now accepts -W to specify a working
directory for the command.

The example

  system "cd ${worksrcpath} && ./foo"

can now be written as:

  system -W ${worksrcpath} "./foo"

Rainer
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to