Skip to content

Commit

Permalink
appdata: install in /usr/share/metainfo
Browse files Browse the repository at this point in the history
This is the correct path in newer versions of the spec
  • Loading branch information
gcampax committed Apr 24, 2019
1 parent 951860a commit 5f5acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ desktop = intl.merge_file(
gsettingsdir = join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
install_data(app_id + '.gschema.xml', install_dir : gsettingsdir)

appdatadir = join_paths(get_option('datadir'), 'appdata')
appdatadir = join_paths(get_option('datadir'), 'metainfo')
appdata = intl.merge_file(
input : app_id + '.appdata.xml.in',
output : app_id + '.appdata.xml',
Expand Down

0 comments on commit 5f5acd4

Please sign in to comment.