Update of /cvsroot/audacity/audacity-src/mac/Audacity.xcodeproj
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10862/Audacity.xcodeproj

Modified Files:
        project.pbxproj 
Log Message:
Fixup copy of nyquist and plug-ins directories.


Index: project.pbxproj
===================================================================
RCS file: 
/cvsroot/audacity/audacity-src/mac/Audacity.xcodeproj/project.pbxproj,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- project.pbxproj     31 Oct 2009 15:24:23 -0000      1.127
+++ project.pbxproj     30 Nov 2009 23:27:45 -0000      1.128
@@ -7711,7 +7711,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "cp -r \"$TOPLEVEL/nyquist\" 
\"$TARGET_BUILD_DIR/nyquist\"";
+                       shellScript = "cp -r \"$TOPLEVEL/nyquist\" 
\"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/nyquist\" -name CVS -print0 | 
xargs -0 rm -rf\n";
                };
                2878AF020F340FE700396567 /* Copy plug-ins */ = {
                        isa = PBXShellScriptBuildPhase;
@@ -7727,7 +7727,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "set -x\npwd\ncp -r 
\"$TOPLEVEL/plug-ins\" \"$TARGET_BUILD_DIR/plug-ins\"\n";
+                       shellScript = "cp -r \"$TOPLEVEL/plug-ins\" 
\"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/plug-ins\" -name CVS -print0 | 
xargs -0 rm -rf\n";
                };
 /* End PBXShellScriptBuildPhase section */
 


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to