diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-11 18:31:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-09-11 18:33:56 +0900 |
commit | ac468225152f1bc7c25b6b3882a609050c42e486 (patch) | |
tree | a5dce09b15c79be0907b88c84e67d84ed7f53559 /khotkeys/CMakeLists.txt | |
parent | ac1e63f35333573aa73ecbd1ad3526ef79cffe06 (diff) | |
download | tdebase-ac468225152f1bc7c25b6b3882a609050c42e486.tar.gz tdebase-ac468225152f1bc7c25b6b3882a609050c42e486.zip |
Fixed khotkeys.desktop handling. This resolve bug 2685.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6960221d2c0d539b5f34bedfd004051313c1984e)
Diffstat (limited to 'khotkeys/CMakeLists.txt')
-rw-r--r-- | khotkeys/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/khotkeys/CMakeLists.txt b/khotkeys/CMakeLists.txt index 39c84111e..4eda615a3 100644 --- a/khotkeys/CMakeLists.txt +++ b/khotkeys/CMakeLists.txt @@ -37,5 +37,3 @@ add_subdirectory( app ) add_subdirectory( data ) add_subdirectory( update ) tde_conditional_add_subdirectory( WITH_ARTS arts ) - -install( FILES khotkeys.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) |