mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
systemd: correctly prefix systemd system units
The definition of the `systemdsystemunitdir` variable uses `rootprefix` instead of `prefix`: https://github.com/systemd/systemd/blob/v250/src/core/systemd.pc.in#L23 Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
e35b9828d3
commit
5054b48c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'prefix', prefix])
|
||||
systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'rootprefix', prefix])
|
||||
|
||||
install_data(sources : 'pipewire.socket',
|
||||
install_dir : systemd_system_services_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue