From 107b23819d6d6fa9ed05502599b2679606f2712f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 10 Jun 2022 10:28:45 -0500 Subject: 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 --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.3