From: Daniel P. Berrangé Date: Fri, 7 Jun 2024 20:37:47 +0000 (+0100) Subject: meson: fix missing use of unitdir for systemd directory X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6759137f72bd9cd868cc2466472c97bdeebc6a6b;p=libvirt.git meson: fix missing use of unitdir for systemd directory This conversion was missed in the previous commit: commit a7eb7de53171b4cdabc3d36524c468abfe2590fa Author: Daniel P. Berrangé Date: Thu Jun 6 12:57:08 2024 +0100 meson: allow systemd unitdir to be changed Reviewed-by: Ján Tomko Reported-by: Yaakov Selkowitz Signed-off-by: Daniel P. Berrangé --- diff --git a/tools/meson.build b/tools/meson.build index a58f5d4175..3f4e2a3c4b 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -343,7 +343,7 @@ if conf.has('WITH_LIBVIRTD') output: '@BASENAME@', configuration: tools_conf, install: true, - install_dir: prefix / 'lib' / 'systemd' / 'system', + install_dir: unitdir, ) endif endif