> On Oct 19, 2016, at 9:36 PM, Ryan Schmidt <[email protected]> wrote: > > >> On Oct 18, 2016, at 7:04 AM, [email protected] wrote: >> >> Revision >> 154020 >> Author >> [email protected] >> Date >> 2016-10-18 05:04:07 -0700 (Tue, 18 Oct 2016) >> Log Message >> >> Gyoto: fix py??-gyoto post-destroot when gmake is not available >> Modified Paths >> >> • trunk/dports/science/Gyoto/Portfile > > >> + system "cd ${worksrcpath}/plugins/python && ${build.cmd} >> install DESTDIR=${destroot}" > > Instead of running 'cd' within 'system', you should use system's -W argument, > like this: > > system -W ${worksrcpath}/plugins/python "${build.cmd} install > DESTDIR=${destroot}"
Oh sorry, I see Frank already mentioned this. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
