[evolution-ews] Bug 793368 - Install AppStream metadata to /usr/share/metainfo/



commit 8fb27a0e4b64b8069aae927d0adfae0790640a04
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Feb 12 18:42:57 2018 +0100

    Bug 793368 - Install AppStream metadata to /usr/share/metainfo/

 cmake/modules/FindIntltool.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cmake/modules/FindIntltool.cmake b/cmake/modules/FindIntltool.cmake
index 1397b6d..2cda254 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]