Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Sep 14, 2009
1 parent 62e8ba3 commit 7959998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompressURLService.xcodeproj/project.pbxproj
Expand Up @@ -179,7 +179,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp -R ${CONFIGURATION_BUILD_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION} ${INSTALL_PATH}/";
shellScript = "mkdir -p ${INSTALL_PATH}\ncp -R ${CONFIGURATION_BUILD_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION} ${INSTALL_PATH}/";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 7959998

Please sign in to comment.