Revision
75306
Author
ryandesign@macports.org
Date
2011-01-20 15:32:07 -0800 (Thu, 20 Jan 2011)

Log Message

Accommodate building in a directory with spaces in its name

Modified Paths

Diff

Modified: users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj (75305 => 75306)


--- users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj	2011-01-20 23:04:01 UTC (rev 75305)
+++ users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj	2011-01-20 23:32:07 UTC (rev 75306)
@@ -223,7 +223,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "MY_DIR=\"Banners\"\nmkdir -p ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\nfind ${PROJECT_DIR}/${MY_DIR} -name '*.jpg' -print0 | xargs -0 -J % cp % ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR} || exit $?\n";
+			shellScript = "MY_DIR=\"Banners\"\nmkdir -p \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\"\nfind \"${PROJECT_DIR}/${MY_DIR}\" -name '*.jpg' -print0 | xargs -0 -J % cp % \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\" || exit $?\n";
 		};
 /* End PBXShellScriptBuildPhase section */