summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/meson.build b/src/daemon/meson.build
index e8f70a453..31e36ec01 100644
--- a/src/daemon/meson.build
+++ b/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