From: David Edmundson Date: Sat, 18 Feb 2012 13:35:01 +0000 Subject: Fix ktp-send-file.desktop being installed in wrong directory X-Git-Url: http://quickgit.kde.org/?p=ktp-send-file.git&a=commitdiff&h=47b1cc0b79bac4b6775ac0221e604006ad8ffa1c --- Fix ktp-send-file.desktop being installed in wrong directory BUG: 294295 --- --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ target_link_libraries(ktp-send-file ) install(TARGETS ktp-send-file ${INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES ktp-send-file.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +install(FILES ktp-send-file.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus) macro_display_feature_log()