mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	Handle .svn directories instead of CVS ones.
This commit is contained in:
		| @@ -7721,7 +7721,7 @@ | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "cp -r \"$TOPLEVEL/nyquist\" \"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/nyquist\" -name CVS -print0 | xargs -0 rm -rf\n"; | ||||
| 			shellScript = "cp -pPR \"$TOPLEVEL/nyquist\" \"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/nyquist\" -name .svn -print0 | xargs -0 rm -rf\n"; | ||||
| 		}; | ||||
| 		2878AF020F340FE700396567 /* Copy plug-ins */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| @@ -7737,7 +7737,7 @@ | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "cp -r \"$TOPLEVEL/plug-ins\" \"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/plug-ins\" -name CVS -print0 | xargs -0 rm -rf\n"; | ||||
| 			shellScript = "cp -pPR \"$TOPLEVEL/plug-ins\" \"$TARGET_BUILD_DIR\"\nfind \"$TARGET_BUILD_DIR/plug-ins\" -name .svn -print0 | xargs -0 rm -rf\n"; | ||||
| 		}; | ||||
| /* End PBXShellScriptBuildPhase section */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user