summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-17 23:10:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-17 23:10:37 +0000
commitd6e01088c75d3d8dbe635e6aa7ba4ce41a061874 (patch)
treec5baf91107c1f9b7cbb0fdffae3bcd0acd542ad5 /konqueror
parent29d860efa041b42ca4b463dd3fa6ada27d7761fa (diff)
downloadtdebase-d6e01088c75d3d8dbe635e6aa7ba4ce41a061874.tar.gz
tdebase-d6e01088c75d3d8dbe635e6aa7ba4ce41a061874.zip
Fix konqy_preload.desktop CMake install directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/preloader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/preloader/CMakeLists.txt b/konqueror/preloader/CMakeLists.txt
index 0b9f219e6..5cd4c4411 100644
--- a/konqueror/preloader/CMakeLists.txt
+++ b/konqueror/preloader/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
##### other data ################################
-install( FILES konqy_preloader.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install( FILES konqy_preloader.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded )
install( FILES konqy_preload.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )