After build I need to: cd ${worksrcpat}/driver /usr/bin/gcc blah blah I'm currently doing: post-build { system "cd ${worksrcpath}/driver" system "CC=/usr/bin/gcc \$CC -bundle ...." } Is there a better way? Does anyone have an example port that does something similar for me to look at? // Brad