]> git.pld-linux.org Git - packages/lxc.git/blob - lxc-pld.patch
- updated to 5.0.2, now uses meson
[packages/lxc.git] / lxc-pld.patch
1 --- lxc-5.0.2/config/init/sysvinit/meson.build.orig     2023-01-16 22:08:50.000000000 +0100
2 +++ lxc-5.0.2/config/init/sysvinit/meson.build  2023-02-03 21:59:16.701939506 +0100
3 @@ -6,12 +6,12 @@ if 'sysvinit' in init_script
4          input: 'lxc-containers.in',
5          output: 'lxc-containers',
6          install: true,
7 -        install_dir: join_paths(sysconfdir, 'init.d'))
8 +        install_dir: join_paths(sysconfdir, 'rc.d', 'init.d'))
9  
10      configure_file(
11          configuration: conf,
12          input: 'lxc-net.in',
13          output: 'lxc-net',
14          install: true,
15 -        install_dir: join_paths(sysconfdir, 'init.d'))
16 +        install_dir: join_paths(sysconfdir, 'rc.d', 'init.d'))
17  endif
18 --- lxc-5.0.2/templates/meson.build.orig        2023-01-16 22:08:50.000000000 +0100
19 +++ lxc-5.0.2/templates/meson.build     2023-02-03 22:00:05.935006121 +0100
20 @@ -27,3 +27,10 @@ template_scripts = configure_file(
21      output: 'lxc-oci',
22      install: true,
23      install_dir: lxctemplatedir)
24 +
25 +template_scripts = configure_file(
26 +    configuration: conf,
27 +    input: 'lxc-pld.in',
28 +    output: 'lxc-pld',
29 +    install: true,
30 +    install_dir: lxctemplatedir)
This page took 0.038445 seconds and 3 git commands to generate.