From b0ed94a49111b60ebc99a7331f8395604e68f8c3 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 19 Jun 2016 17:27:26 +0200 Subject: [PATCH 14/22] cmake: fix appdata installation directory it should go under the general "share" data directory, not within the application own data directory --- kmymoney/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmymoney/CMakeLists.txt b/kmymoney/CMakeLists.txt index cbfb041..eff91f1 100644 --- a/kmymoney/CMakeLists.txt +++ b/kmymoney/CMakeLists.txt @@ -108,7 +108,7 @@ install(PROGRAMS kmymoney.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install(FILES kmymoney.appdata.xml - DESTINATION ${DATA_INSTALL_DIR}/appdata/ + DESTINATION ${SHARE_INSTALL_PREFIX}/appdata ) install(FILES x-kmymoney.xml -- 2.7.4