Skip to content

Commit

Permalink
move appdata to metainfo directory
Browse files Browse the repository at this point in the history
fixes #921
  • Loading branch information
monsta committed Dec 20, 2018
1 parent 750c034 commit d054f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -38,7 +38,7 @@ cajadata_DATA = \
$(NULL) $(NULL)


# app data file # app data file
appdatadir = $(datadir)/appdata appdatadir = $(datadir)/metainfo
appdata_in_files = caja.appdata.xml.in appdata_in_files = caja.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 d054f14

Please sign in to comment.