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