summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-06-21 13:37:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-21 14:28:34 +0900
commit2ab3286b6efb576bcc3548bbfe33c015ca4ec824 (patch)
treefb86063302ebbbc63de8a3d184cb02428db0048a
parent4d9460b0ae25c2741bb68ec139101804de6e3e36 (diff)
downloadkkbswitch-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.txt2
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(