[75306] users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj

ryandesign at macports.org ryandesign at macports.org
Thu Jan 20 15:32:08 PST 2011


Revision: 75306
          http://trac.macports.org/changeset/75306
Author:   ryandesign at 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:
--------------
    users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj

Modified: users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj
===================================================================
--- 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 */
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110120/a6afae0d/attachment.html>


More information about the macports-changes mailing list