diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-10 10:28:45 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-10 10:28:57 -0500 |
commit | 107b23819d6d6fa9ed05502599b2679606f2712f (patch) | |
tree | ce05bc92e75bd78498b943e94f8f6da926c59544 /meson.build | |
parent | d2b31440708bd0cb70e5317e05b8ae80e4866269 (diff) |
restore the init symlink for sysvinit mode
This symlink got lost in the transition to meson.
X-Gentoo-Bug: 850754
X-Gentoo-Bug-URL: https://bugs.gentoo.org/850754
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2e9713b4..326352ba 100644 --- a/meson.build +++ b/meson.build @@ -226,4 +226,6 @@ meson.add_install_script('tools/meson_runlevels.sh', get_option('sysvinit') ? 'yes' : 'no') meson.add_install_script('tools/meson_final.sh', rc_libexecdir, - os) + sbindir, + os, + get_option('sysvinit') ? 'yes' : 'no') |