diff options
author | monsta <[email protected]> | 2019-01-05 16:36:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-05 16:39:36 +0300 |
commit | 82c02f815f3be21fa899d8eb3513ba494f04f489 (patch) | |
tree | 10ff0d409fd6b9a84cb1f09cbb3bbf777f2e1108 | |
parent | 523ceb865bda001110bd397f7613c01edbfde1f6 (diff) | |
download | mate-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.am | 2 |
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) |