mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 08:49:12 +00:00
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.
This commit is contained in:
parent
ca8868e9fe
commit
41a25be6f4
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user