From 41a25be6f4b371c367904284e9251cd461ad5cfe Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 15 Sep 2019 23:07:02 -0400 Subject: [PATCH] Move D-Bus conf file to datadir/dbus-1/system.d Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides. --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 814c77cd3..25db95097 100644 --- a/data/meson.build +++ b/data/meson.build @@ -27,7 +27,7 @@ install_data(['org.freedesktop.fwupd.svg'], if build_daemon install_data(['org.freedesktop.fwupd.conf'], - install_dir : join_paths(sysconfdir, 'dbus-1', 'system.d') + install_dir : join_paths(datadir, 'dbus-1', 'system.d') ) install_data(['90-fwupd-devices.rules'], install_dir : join_paths(udevdir, 'rules.d')