From 8712c9960f7326f2f736360714c73267056896db Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 12 Feb 2018 18:42:57 +0100 Subject: [PATCH] Bug 793368 - Install AppStream metadata to /usr/share/metainfo/ --- cmake/modules/FindIntltool.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake index 1397b6d4b5..2cda2549eb 100644 --- a/cmake/modules/FindIntltool.cmake +++ b/cmake/modules/FindIntltool.cmake @@ -39,7 +39,7 @@ # # add_appdata_file(_infilename _outfilename) # A shortcut to call intltool-merge() for an appdata file and install it -# to ${SHARE_INSTALL_PREFIX}/appdata +# to ${SHARE_INSTALL_PREFIX}/metainfo include(FindGettext) @@ -204,6 +204,6 @@ macro(add_appdata_file _infilename _outfilename) add_dependencies(appdata-files appdata-${_outtarget}) install(FILES ${_out} - DESTINATION ${SHARE_INSTALL_PREFIX}/appdata + DESTINATION ${SHARE_INSTALL_PREFIX}/metainfo ) endmacro(add_appdata_file)