summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-10-22 17:36:22 -0400
committerRichard Hughes <richard@hughsie.com>2017-10-23 07:28:42 +0100
commit7b9ebed2f4078e55ac12b38d2a9232b90292bff2 (patch)
treebf120e5aa00d2ba340d8a8f2c18082fc2118ed08
parente791b7ef5f9760b7bad24978c7d88d5bc79d6bd3 (diff)
downloadappstream-glib-7b9ebed2f4078e55ac12b38d2a9232b90292bff2.tar.gz
Prefer /usr/share/metainfo as default path for metainfo files
follow-up from commit 9df56f2
-rw-r--r--data/appstream-xml.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/data/appstream-xml.m4 b/data/appstream-xml.m4
index f7e21b9..11ed91a 100644
--- a/data/appstream-xml.m4
+++ b/data/appstream-xml.m4
@@ -36,7 +36,7 @@ AC_DEFUN([APPSTREAM_XML],
AS_IF([test "x$enable_appstream_validate" = "xyes"],
[AC_MSG_ERROR([AppData validation was requested but appstream-util was not found])])])
- AC_SUBST([appstreamxmldir], [${datadir}/appdata])
+ AC_SUBST([appstreamxmldir], [${datadir}/metainfo])
APPSTREAM_XML_RULES='
.PHONY : uninstall-appstream-xml install-appstream-xml clean-appstream-xml