On Oct 28, 2008, at 08:45, [EMAIL PROTECTED] 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"
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev