Skip to content

Commit

Permalink
Don't use legacy path for AppStream metainfo file
Browse files Browse the repository at this point in the history
Metainfo files should be installed into /usr/share/metainfo.
  • Loading branch information
City-busz authored Dec 25, 2018
1 parent cf313dc commit e6775a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleShare/Linux/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configure_file(
apps_dir = join_paths(get_option('prefix'), 'share', 'applications')
install_data(sources: 'org.sparkleshare.SparkleShare.Invites.desktop', install_dir: apps_dir)
install_data(sources: 'SparkleShare.Autostart.desktop', install_dir: apps_dir)
install_data(sources: 'org.sparkleshare.SparkleShare.appdata.xml', install_dir: join_paths(get_option('prefix'), 'share', 'appdata'))
install_data(sources: 'org.sparkleshare.SparkleShare.appdata.xml', install_dir: join_paths(get_option('prefix'), 'share', 'metainfo'))

if get_option('nightly')
install_data(sources: 'org.sparkleshare.SparkleShare.Nightly.desktop',
Expand Down

0 comments on commit e6775a4

Please sign in to comment.