summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2019-01-05 16:36:16 +0300
committermonsta <[email protected]>2019-01-05 16:39:36 +0300
commit82c02f815f3be21fa899d8eb3513ba494f04f489 (patch)
tree10ff0d409fd6b9a84cb1f09cbb3bbf777f2e1108
parent523ceb865bda001110bd397f7613c01edbfde1f6 (diff)
downloadmate-terminal-82c02f815f3be21fa899d8eb3513ba494f04f489.tar.bz2
mate-terminal-82c02f815f3be21fa899d8eb3513ba494f04f489.tar.xz
move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-terminal/issues/229
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 117c8ea..337d665 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
CFLAGS='-Wno-deprecated-declarations'
@INTLTOOL_XML_RULE@
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
appdata_in_files = mate-terminal.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)