diff options
author | monsta <[email protected]> | 2018-12-19 15:05:33 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-19 15:06:31 +0300 |
commit | b683362344ad14fd6ae87b628a90c9ec0180a76d (patch) | |
tree | ceb80818ddbcb33223e36bfaa96cada4dfd033d6 | |
parent | 7f9434ec65dffc154505edc042514ef47f805c8a (diff) | |
download | engrampa-b683362344ad14fd6ae87b628a90c9ec0180a76d.tar.bz2 engrampa-b683362344ad14fd6ae87b628a90c9ec0180a76d.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/engrampa/issues/195
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d5d6cfe..7d6017e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,7 +17,7 @@ $(service_DATA): $(service_in_files) Makefile $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = engrampa.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |