diff -r 67552b2e20ca -r bb9bf1efd0d2 tools/CreateMacBundle.cmake.in --- a/tools/CreateMacBundle.cmake.in Tue Jul 09 04:16:21 2013 +0200 +++ b/tools/CreateMacBundle.cmake.in Tue Jul 09 04:23:48 2013 +0200 @@ -1,6 +1,5 @@ -message(STATUS "Performing standalone bundle creation...") -execute_process(COMMAND stat ${frameworks_dir} RESULT_VARIABLE doBundle OUTPUT_QUIET ERROR_QUIET) +execute_process(COMMAND stat ${frameworks_dir}/SDL.framework RESULT_VARIABLE doBundle OUTPUT_QUIET ERROR_QUIET) execute_process(COMMAND mkdir -p ${frameworks_dir}) # macdeployqt will convert safely any absolute path library for 'hedgewars' execute_process(COMMAND ${macdeployqt_executable} ${CMAKE_BINARY_DIR}/Hedgewars.app OUTPUT_QUIET ERROR_QUIET) @@ -31,7 +30,7 @@ if(${SPARKLE_FOUND}) execute_process(COMMAND cp -pPR ${SPARKLE_LIBRARY} ${frameworks_dir}/Sparkle.framework) endif() - message(STATUS "Bundle frameworks added") + message(STATUS "Frameworks and libraries successfully copied...") else() - message(STATUS "Bundle frameworks already present; skipping...") + message(STATUS "Frameworks already present, skipping...") endif()