mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: fix missing use of unitdir for systemd directory
This conversion was missed in the previous commit:
commit a7eb7de531
Author: Daniel P. Berrangé <berrange@redhat.com>
Date: Thu Jun 6 12:57:08 2024 +0100
meson: allow systemd unitdir to be changed
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reported-by: Yaakov Selkowitz <yselkowi@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2b80329a6a
commit
6759137f72
@ -343,7 +343,7 @@ if conf.has('WITH_LIBVIRTD')
|
|||||||
output: '@BASENAME@',
|
output: '@BASENAME@',
|
||||||
configuration: tools_conf,
|
configuration: tools_conf,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: prefix / 'lib' / 'systemd' / 'system',
|
install_dir: unitdir,
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user