diff options
-rw-r--r-- | kwin/kcmkwin/kwinoptions/CMakeLists.txt | 2 |
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) ################## |