diff options
author | monsta <[email protected]> | 2019-01-05 16:36:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-05 16:36:16 +0300 |
commit | 000df06686484a2ed78c701088868c864dd0fb45 (patch) | |
tree | 8ab946c0c27c6205f845095018246ca7108f384b /Makefile.am | |
parent | c6d4957c0c5f83a59423609fa0f5693194a39680 (diff) | |
download | mate-terminal-000df06686484a2ed78c701088868c864dd0fb45.tar.bz2 mate-terminal-000df06686484a2ed78c701088868c864dd0fb45.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-terminal/issues/229
Diffstat (limited to 'Makefile.am')
-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) |