Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 3d4186e1b4f4f4627bbae718a931701e > files > 1

lxcfs-5.0.3-1.mga9.src.rpm

diff --git a/config/init/meson.build b/config/init/meson.build
index 8445955..5200570 100644
--- a/config/init/meson.build
+++ b/config/init/meson.build
@@ -2,7 +2,7 @@
 
 if 'systemd' in init_script
     systemd = dependency('systemd')
-    systemd_system_unit_dir = get_option('prefix') + systemd.get_pkgconfig_variable('systemdsystemunitdir')
+    systemd_system_unit_dir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
     systemd_service = custom_target(
         'lxcfs.service',
         input: 'systemd/lxcfs.service.in',