diff options
author | monsta <[email protected]> | 2018-12-19 14:06:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-19 14:06:43 +0300 |
commit | eb0cc59066bb397475adf9105741ea9d45bdb678 (patch) | |
tree | 4e40e391e7920cc75514300de4b9c1ea92909e9f /data | |
parent | f8a009b91901e5cde98e97efb8469cabd7c7c368 (diff) | |
download | pluma-eb0cc59066bb397475adf9105741ea9d45bdb678.tar.bz2 pluma-eb0cc59066bb397475adf9105741ea9d45bdb678.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/pluma/issues/280
Diffstat (limited to 'data')
-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 bde6d854..12d8a058 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = pluma.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) |