[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] daemon/meson.build: Install dbus policy in /usr, not /etc

Arun Raghavan (@arun) gitlab at gitlab.freedesktop.org
Fri Apr 21 20:17:29 UTC 2023



Arun Raghavan pushed to branch master at PulseAudio / pulseaudio


Commits:
e96d278b by Gioele Barabucci at 2023-04-21T20:10:24+00:00
daemon/meson.build: Install dbus policy in /usr, not /etc

>From https://bugs.debian.org/1006631:

> dbus supports policy files in both `/usr/share/dbus-1/system.d` and
> `/etc/dbus-1/systemd`. [The] recently released dbus 1.14.0, officially
> deprecates installing packages' default policies into `/etc/dbus-1/systemd`,
> instead reserving it for the sysadmin. This is the same idea as the
> difference between `/usr/lib/udev/rules.d` and `/etc/udev/rules.d`.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/783>

- - - - -


1 changed file:

- src/daemon/meson.build


Changes:

=====================================
src/daemon/meson.build
=====================================
@@ -141,7 +141,7 @@ custom_target('system.pa',
 
 if dbus_dep.found()
   install_data('pulseaudio-system.conf',
-    install_dir : join_paths(sysconfdir, 'dbus-1', 'system.d')
+    install_dir : join_paths(datadir, 'dbus-1', 'system.d')
   )
 endif
 



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/e96d278bfc514f290b60c9e924fabc1c772e1689

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/e96d278bfc514f290b60c9e924fabc1c772e1689
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20230421/2e4ad02e/attachment-0001.htm>


More information about the pulseaudio-commits mailing list