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 3b4ae2f commit a699fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -17,7 +17,7 @@ $(service_DATA): $(service_in_files) Makefile
$(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@


@INTLTOOL_XML_RULE@ @INTLTOOL_XML_RULE@
appdatadir = $(datadir)/appdata appdatadir = $(datadir)/metainfo
appdata_in_files = engrampa.appdata.xml.in appdata_in_files = engrampa.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 a699fa2

Please sign in to comment.