summaryrefslogtreecommitdiffstats
path: root/kwin
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-18 04:34:13 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-18 04:34:13 +0000
commit8adb0337d38090c83291e36da63d65f407d66065 (patch)
treebb9c85432234fcea660f30ac1781d8e4d2a44f48 /kwin
parent482335bca395a8aa75af91a4ac76bbbb1c769baf (diff)
downloadtdebase-8adb0337d38090c83291e36da63d65f407d66065.tar.gz
tdebase-8adb0337d38090c83291e36da63d65f407d66065.zip
Fix CMake installation directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin')
-rw-r--r--kwin/kcmkwin/kwinoptions/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/kcmkwin/kwinoptions/CMakeLists.txt b/kwin/kcmkwin/kwinoptions/CMakeLists.txt
index fe28283b9..21a8648ea 100644
--- a/kwin/kcmkwin/kwinoptions/CMakeLists.txt
+++ b/kwin/kcmkwin/kwinoptions/CMakeLists.txt
@@ -28,7 +28,7 @@ install( FILES kwinoptions.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES
kwinactions.desktop kwinadvanced.desktop kwinfocus.desktop
kwinmoving.desktop kwintranslucency.desktop
- DESTINATION ${DATA_INSTALL_DIR}/.hidden )
+ DESTINATION ${APPS_INSTALL_DIR}/.hidden )
##### kcm_kwinoptions (module) ##################