diff options
author | monsta <[email protected]> | 2019-01-10 12:15:29 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-01-10 12:15:58 +0300 |
commit | a18324570b5274a988a66724a48a83ac119e2934 (patch) | |
tree | b5c8e0daf5f57befc6704f1738fc6c0493c6d8f4 /baobab | |
parent | a26267c248d9d50c594d26cb2bbb745a7f88b32a (diff) | |
download | mate-utils-a18324570b5274a988a66724a48a83ac119e2934.tar.bz2 mate-utils-a18324570b5274a988a66724a48a83ac119e2934.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/mate-utils/issues/188
Diffstat (limited to 'baobab')
-rw-r--r-- | baobab/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index 721ea056..37dadddf 100644 --- a/baobab/data/Makefile.am +++ b/baobab/data/Makefile.am @@ -13,7 +13,7 @@ $(baobabapp_in_files): $(baobabapp_in_files:.desktop.in=.desktop.in.in) @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = mate-disk-usage-analyzer.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |