diff options
author | monsta <[email protected]> | 2019-01-10 12:15:29 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-10 12:15:29 +0300 |
commit | 846b61f8d2e73178895024a6e29b48fb9a392947 (patch) | |
tree | a8fd032e7078056dd30cc1cf27ca38805d8ef906 /mate-dictionary/data/Makefile.am | |
parent | 9f5812f3e63112b962eef638aba9d1e4d6110f12 (diff) | |
download | mate-utils-846b61f8d2e73178895024a6e29b48fb9a392947.tar.bz2 mate-utils-846b61f8d2e73178895024a6e29b48fb9a392947.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-utils/issues/188
Diffstat (limited to 'mate-dictionary/data/Makefile.am')
-rw-r--r-- | mate-dictionary/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index ae3a34d1..8db2aa70 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -57,7 +57,7 @@ ui_DATA += dictionary-applet-menu.xml endif # BUILD_GDICT_APPLET @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = mate-dictionary.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |