Skip to content

Commit

Permalink
move appdata to metainfo directory
Browse files Browse the repository at this point in the history
fixes #280
  • Loading branch information
monsta committed Dec 19, 2018
1 parent f8a009b commit eb0cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -4,7 +4,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@


@INTLTOOL_XML_RULE@ @INTLTOOL_XML_RULE@
appdatadir = $(datadir)/appdata appdatadir = $(datadir)/metainfo
appdata_in_files = pluma.appdata.xml.in appdata_in_files = pluma.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml) appdata_DATA = $(appdata_in_files:.xml.in=.xml)


Expand Down

0 comments on commit eb0cc59

Please sign in to comment.