diff options
author | monsta <[email protected]> | 2019-01-21 16:33:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-21 16:38:21 +0300 |
commit | 966e36f973f8476d507dceb710e83ec0684dae52 (patch) | |
tree | 5d285d963caace9f2c9bce1ee6a044f5adc4b35c | |
parent | 7332ba89c1bbe8a27ae9b52c7ddc86fcebc780e1 (diff) | |
download | atril-966e36f973f8476d507dceb710e83ec0684dae52.tar.bz2 atril-966e36f973f8476d507dceb710e83ec0684dae52.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) |