diff options
author | Michele Calgaro <[email protected]> | 2016-09-11 18:31:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-09-11 18:32:52 +0900 |
commit | 6960221d2c0d539b5f34bedfd004051313c1984e (patch) | |
tree | e23f1ee45f5ee8b3090de3e53a93b728bbfaea7d /khotkeys/CMakeLists.txt | |
parent | 2649b1ebf4eec141dc8e1642f9decac615ca5f29 (diff) | |
download | tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.tar.gz tdebase-6960221d2c0d539b5f34bedfd004051313c1984e.zip |
Fixed khotkeys.desktop handling. This resolve bug 2685.
Signed-off-by: Michele Calgaro <[email protected]>
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} ) |