diff options
author | monsta <[email protected]> | 2019-01-21 16:33:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-21 16:33:27 +0300 |
commit | 2a49c6c2503d017f2ed4c01be561d9fabdf72932 (patch) | |
tree | d9848e2c207a74039ad5beb5783c01ade759344a | |
parent | fde24d00e6c3deaeefbffa17b8a40f9ccad62bf0 (diff) | |
download | atril-2a49c6c2503d017f2ed4c01be561d9fabdf72932.tar.bz2 atril-2a49c6c2503d017f2ed4c01be561d9fabdf72932.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/atril/issues/292
-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 a230ccbb..c6606d01 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -45,7 +45,7 @@ endif # App data file # @INTLTOOL_XML_NOMERGE_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = atril.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |