[PATCH] meson: fix missing use of unitdir for systemd directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This conversion was missed in the previous commit:

  commit a7eb7de53171b4cdabc3d36524c468abfe2590fa
  Author: Daniel P. Berrangé <berrange@xxxxxxxxxx>
  Date:   Thu Jun 6 12:57:08 2024 +0100

    meson: allow systemd unitdir to be changed

Reported-by: Yaakov Selkowitz <yselkowi@xxxxxxxxxx>
Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>
---
 tools/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/meson.build b/tools/meson.build
index 1bb84be0be..07f8c1bf28 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -322,7 +322,7 @@ if conf.has('WITH_LIBVIRTD')
       output: '@BASENAME@',
       configuration: tools_conf,
       install: true,
-      install_dir: prefix / 'lib' / 'systemd' / 'system',
+      install_dir: unitdir,
     )
   endif
 endif
-- 
2.43.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux