summary refs log tree commit diff
path: root/pkgs/development/libraries/pipewire/fix-paths.patch
blob: 5a07c6271e148c274ffaf01ae98bca42ac42bfd8 (plain) (blame)
1
2
3
4
5
6
7
8
--- a/src/daemon/systemd/user/meson.build
+++ b/src/daemon/systemd/user/meson.build
@@ -1,4 +1,4 @@
-systemd_user_services_dir = systemd.get_pkgconfig_variable('systemduserunitdir')
+systemd_user_services_dir = join_paths(get_option('prefix'), 'etc', 'systemd', 'user')
 
 install_data(sources : 'pipewire.socket', install_dir : systemd_user_services_dir)