aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-30 10:43:59 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-30 10:43:59 +0200
commit0a80b1447c4a608a8523db22be04b55e67ed2d18 (patch)
tree845420c0fb7798ea23031f6dde0070fa24604d71 /apps
parentc8f46319dd952291aa92c69822c4734219fc52d0 (diff)
Changed destination variable for the desktop files
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 2d29446..ae6cebd 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -34,9 +34,8 @@ install(
DESTINATION bin
)
-set(XDG_DESKTOP_DIR "/usr/share/applications/")
install(
FILES
grgsm_livemon.desktop
- DESTINATION ${XDG_DESKTOP_DIR}
+ DESTINATION ${GR_PKG_DATA_DIR}
)