]> xenbits.xensource.com Git - libvirt.git/commitdiff
meson: fix missing use of unitdir for systemd directory
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 7 Jun 2024 20:37:47 +0000 (21:37 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 13 Jun 2024 09:23:07 +0000 (10:23 +0100)
This conversion was missed in the previous commit:

  commit a7eb7de53171b4cdabc3d36524c468abfe2590fa
  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>
tools/meson.build

index a58f5d417585bdab7e4c49cb1082ade3d8071a96..3f4e2a3c4bfe6d575470e77117c414f1d8fc87c6 100644 (file)
@@ -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