[41224] trunk/dports/ruby/rb-cocoa

Ryan Schmidt ryandesign at macports.org
Tue Oct 28 12:52:42 PDT 2008


On Oct 28, 2008, at 08:45, kimuraw at macports.org wrote:

> +post-extract {
> +  cd ${worksrcpath}
> +  system "find . -type d -name '.svn' | xargs /bin/rm -rf"
> +}

Could you change this to not use the cd command, please? The cd  
command will not be available in MacPorts 1.7.0 and later. Try:

system "find ${worksrcpath} -type d -name '.svn' | xargs /bin/rm -rf"




More information about the macports-dev mailing list