On Mar 12, 2008, at 11:41, [EMAIL PROTECTED] wrote:
> Log Message:
> -----------
> Fix reported destroot error caused by not cd'ing to ${worksrcpath}.
> +# This should not be necessary, but it seems to work around a bug
> +# that exist at least in MP 1.600.
> destroot {
> - system "${destroot.cmd} ${destroot.target}"
> + system "cd ${worksrcpath} && ${destroot.cmd} ${destroot.target}"
> }
Why override the destroot phase at all?
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev