summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-21 17:44:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-28 09:19:43 +0900
commit84a870378779d2bf211bd647e35d2cbd905db402 (patch)
treec6dd92d3e1fc0add94562103f79782a36ea955f1
parent75181937bfbc730c99192e5c8450e683ef2785e6 (diff)
downloadxdg-desktop-portal-tde-r14.1.x.tar.gz
xdg-desktop-portal-tde-r14.1.x.zip
Fix location of desktop file to be aligned with other applicationsr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit add04821c734c31001e6b68e309ac1c2a499e4be)
-rw-r--r--interfaces/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/CMakeLists.txt b/interfaces/CMakeLists.txt
index be8c2e3..39872d6 100644
--- a/interfaces/CMakeLists.txt
+++ b/interfaces/CMakeLists.txt
@@ -50,4 +50,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.impl.portal.desktop.td
DESTINATION ${DBUS_SESSION_DIRECTORY})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/xdg-desktop-portal-tde.desktop
- DESTINATION ${SHARE_INSTALL_PREFIX}/applications) \ No newline at end of file
+ DESTINATION ${XDG_APPS_INSTALL_DIR})