You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
540 B
14 lines
540 B
2 years ago
|
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',
|