diff options
author | monsta <[email protected]> | 2018-12-19 15:05:33 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-19 15:05:33 +0300 |
commit | a699fa2db6fea3e9621800b00416bdf9b7b99728 (patch) | |
tree | aae02be0850ddaa3156e78ce2aca735d941ebba4 | |
parent | 3b4ae2f8ed1dfe1bd6e7d25a862111016f8e72e5 (diff) | |
download | engrampa-a699fa2db6fea3e9621800b00416bdf9b7b99728.tar.bz2 engrampa-a699fa2db6fea3e9621800b00416bdf9b7b99728.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) |