summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-24 16:58:03 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-24 16:58:03 +0100
commit409b7420d098e23620a2ac00725c4fa29f94b899 (patch)
tree9cc04cb3b6bcdc262db3674dddc8e45d45f614ed
parentdca6242bb7d6cd1800b92ddcc31c70ebb44fedd6 (diff)
downloadappstream-glib-409b7420d098e23620a2ac00725c4fa29f94b899.tar.gz
Fix the xmldir in the APPSTREAM_XML_RULES m4 helper
-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 291c496..cc16e0a 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}/appstream])
+ AC_SUBST([appstreamxmldir], [${datadir}/appdata])
APPSTREAM_XML_RULES='
.PHONY : uninstall-appstream-xml install-appstream-xml clean-appstream-xml