Ticket #14921: TeXShop-cd.diff

File TeXShop-cd.diff, 564 bytes (added by jmroot (Joshua Root), 16 years ago)

fix

  • aqua/TeXShop/Portfile

     
    4444                        CONFIGURATION_BUILD_DIR=${worksrcpath}/build
    4545
    4646destroot        {
    47     cd ${worksrcpath}
    48     system "${build.cmd} DSTROOT=${destroot}            \
     47    system "cd ${worksrcpath} && ${build.cmd} DSTROOT=${destroot}            \
    4948        INSTALL_PATH=/Applications/MacPorts -target ${name} install    \
    5049        INSTALL_MODE_FLAG=755 ${xcode.build.settings}"
    5150