diff options
author | monsta <[email protected]> | 2018-12-19 14:25:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-19 14:25:41 +0300 |
commit | b9913970e73091799b039680e08bda1731b0dfa4 (patch) | |
tree | 2d4a673a5fdc039d68b646d1c65733790eee4950 | |
parent | 8b1c92d4155aabf886f792b0eb11bd76ed8cf4bd (diff) | |
download | mate-system-monitor-b9913970e73091799b039680e08bda1731b0dfa4.tar.bz2 mate-system-monitor-b9913970e73091799b039680e08bda1731b0dfa4.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-system-monitor/issues/112
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9cced9e..85e440f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = pixmaps po src tools help man_MANS = mate-system-monitor.1 @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = mate-system-monitor.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |