diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-21 13:37:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-21 14:28:34 +0900 |
commit | 2ab3286b6efb576bcc3548bbfe33c015ca4ec824 (patch) | |
tree | fb86063302ebbbc63de8a3d184cb02428db0048a | |
parent | 4d9460b0ae25c2741bb68ec139101804de6e3e36 (diff) | |
download | kkbswitch-2ab3286b6efb576bcc3548bbfe33c015ca4ec824.tar.gz kkbswitch-2ab3286b6efb576bcc3548bbfe33c015ca4ec824.zip |
Fixed install location of kkbswitch.desktop file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a90882367fc1b8063c796a5fc42535b84578f01b)
-rw-r--r-- | kkbswitch/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kkbswitch/CMakeLists.txt b/kkbswitch/CMakeLists.txt index 41c8a98..88e79da 100644 --- a/kkbswitch/CMakeLists.txt +++ b/kkbswitch/CMakeLists.txt @@ -52,7 +52,7 @@ tde_create_translated_desktop( install( FILES ${PROJECT_NAME}.desktop - DESTINATION ${APPS_INSTALL_DIR}/Utilities + DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( |