--- razor-qt.orig/cmake/RazorConfigRegister.cmake 2011-09-13 20:03:01.000000000 +0000 +++ razor-qt/cmake/RazorConfigRegister.cmake 2011-09-13 22:05:26.000000000 +0000 @@ -3,10 +3,10 @@ # Create a dummy symlink from desktop file to RAZOR_CONFIG_MODULES_DIR # where are expected apps to be listed in razor-config # - install(CODE "message(STATUS \"Registering ${DesktopFile} into config framework: ${RAZOR_CONFIG_MODULES_DIR} \")") - install(CODE "execute_process(COMMAND mkdir -p ${RAZOR_CONFIG_MODULES_DIR})") + # install(CODE "message(STATUS \"Registering ${DesktopFile} into config framework: ${RAZOR_CONFIG_MODULES_DIR} \")") + # install(CODE "execute_process(COMMAND mkdir -p ${RAZOR_CONFIG_MODULES_DIR})") # this should work but it doesn't. Dunno why and I'm so bored to try it... - #install(CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" -E create_symlink \"${DesktopFile}\" \"${RAZOR_CONFIG_MODULES_DIR}\" OUTPUT_VARIABLE cout ERROR_VARIABLE cout)") - install(CODE "execute_process(COMMAND ln -s \"${DesktopFile}\" \"${RAZOR_CONFIG_MODULES_DIR}\" OUTPUT_VARIABLE cout ERROR_VARIABLE cout)") - #install(CODE "message(STATUS \" result: ${cout}\")") -ENDMACRO (razor_config_register) \ + # install(CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" -E create_symlink \"${DesktopFile}\" \"${RAZOR_CONFIG_MODULES_DIR}\" OUTPUT_VARIABLE cout ERROR_VARIABLE cout)") + # install(CODE "execute_process(COMMAND ln -s \"${DesktopFile}\" \"${RAZOR_CONFIG_MODULES_DIR}\" OUTPUT_VARIABLE cout ERROR_VARIABLE cout)") + # install(CODE "message(STATUS \" result: ${cout}\")") +ENDMACRO (razor_config_register)