From e6775a462a8c56926c9364ae4e4fe2bdbfc08798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Tue, 25 Dec 2018 10:01:04 +0100 Subject: [PATCH] Don't use legacy path for AppStream metainfo file Metainfo files should be installed into /usr/share/metainfo. --- SparkleShare/Linux/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/meson.build b/SparkleShare/Linux/meson.build index de3367ef..c806719c 100644 --- a/SparkleShare/Linux/meson.build +++ b/SparkleShare/Linux/meson.build @@ -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',