diff options
author | raveit65 <[email protected]> | 2018-11-13 11:17:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-13 11:49:52 +0100 |
commit | 38f08a456ffab48e0433412946964e933c3ddad2 (patch) | |
tree | 41e84c6be0be2611df70e6080ac0e366566f8bd3 | |
parent | a279b863df83352c06869e4ecd328593ab1039ed (diff) | |
download | mate-calc-38f08a456ffab48e0433412946964e933c3ddad2.tar.bz2 mate-calc-38f08a456ffab48e0433412946964e933c3ddad2.tar.xz |
data: update appdata directory
fixes https://github.com/mate-desktop/mate-calc/issues/49
-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 6592162..f9e00c2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,7 @@ ui_DATA = \ buttons-programming.ui @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = mate-calc.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |