From b9af5b7d544a781766ff27dd91b3f7dab7558bef Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 4 Nov 2014 18:31:01 +0100 Subject: [PATCH] XDG_APPS_INSTALL_DIR comes from ECM, use a different var --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61e216d65..9382557ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,5 +191,5 @@ install( FILES calamares.desktop DESTINATION - "${XDG_APPS_INSTALL_DIR}" + ${CMAKE_INSTALL_DATADIR}/applications )