summaryrefslogtreecommitdiffstats
path: root/kgamma/kcmkgamma/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2014-01-24 23:30:14 -0600
committerDarrell Anderson <[email protected]>2014-01-24 23:30:14 -0600
commite5366c36671e3449f86faf4a13e049392765ee7c (patch)
tree1fd21deadf5c19c8dfbb4febfda0ebee5fe1473c /kgamma/kcmkgamma/CMakeLists.txt
parent7e866caa073daf872bde6d37c4b1b8a66391b64c (diff)
downloadtdegraphics-e5366c36671e3449f86faf4a13e049392765ee7c.tar.gz
tdegraphics-e5366c36671e3449f86faf4a13e049392765ee7c.zip
Fix empty kgamma module when launched through tdecmshell and fix DocPath path.
Diffstat (limited to 'kgamma/kcmkgamma/CMakeLists.txt')
-rw-r--r--kgamma/kcmkgamma/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgamma/kcmkgamma/CMakeLists.txt b/kgamma/kcmkgamma/CMakeLists.txt
index def674ad..2f75f1dd 100644
--- a/kgamma/kcmkgamma/CMakeLists.txt
+++ b/kgamma/kcmkgamma/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
#### other data #################################
-install( FILES kgamma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+install( FILES kgamma.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden )
#### kcmkgamma (module) #########################