summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-12-19 14:06:43 +0300
committermonsta <[email protected]>2018-12-19 14:06:43 +0300
commiteb0cc59066bb397475adf9105741ea9d45bdb678 (patch)
tree4e40e391e7920cc75514300de4b9c1ea92909e9f
parentf8a009b91901e5cde98e97efb8469cabd7c7c368 (diff)
downloadpluma-eb0cc59066bb397475adf9105741ea9d45bdb678.tar.bz2
pluma-eb0cc59066bb397475adf9105741ea9d45bdb678.tar.xz
move appdata to metainfo directory
fixes https://github.com/mate-desktop/pluma/issues/280
-rw-r--r--data/Makefile.am2
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)