diff options
author | raveit65 <[email protected]> | 2018-11-13 11:17:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-13 11:17:46 +0100 |
commit | 1546b670667dc415e46adf2b0aacfa93af5e78a0 (patch) | |
tree | 5378eb00e783b8557ef457c28dadba22dc36063e | |
parent | be2b3b8c1929b7bb090f7152b88d28d23457013b (diff) | |
download | mate-calc-1546b670667dc415e46adf2b0aacfa93af5e78a0.tar.bz2 mate-calc-1546b670667dc415e46adf2b0aacfa93af5e78a0.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) |