From 40fe6a00b6dde631a68e40731fabb71680a5454c Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 24 Oct 2010 21:53:26 +0000 Subject: [kdelibs] follow KDE4 rules for install path names and some other small changes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1189382 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kresources') diff --git a/kresources/CMakeLists.txt b/kresources/CMakeLists.txt index 7e3e98313..213cb7efc 100644 --- a/kresources/CMakeLists.txt +++ b/kresources/CMakeLists.txt @@ -42,10 +42,10 @@ install( FILES ##### other data ################################ -install( FILES kresources_plugin.desktop kresources_manager.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES kresources_plugin.desktop kresources_manager.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) # FIXME what is xdg_apps_DATA = kresources.desktop -install( FILES kresources.desktop DESTINATION ${SHARE_INSTALL_DIR}/applications/kde ) +install( FILES kresources.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) ##### kresources ################################ -- cgit v1.2.1