Skip to content

Commit

Permalink
move appdata to metainfo directory
Browse files Browse the repository at this point in the history
fixes #195
  • Loading branch information
monsta committed Dec 19, 2018
1 parent 7f9434e commit b683362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(service_DATA): $(service_in_files) Makefile
$(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@

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

Expand Down

0 comments on commit b683362

Please sign in to comment.