diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 11:59:25 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 11:59:38 -0500 |
commit | 46a0bfedd14001bd6df2e3ca7b96261ddabdfb71 (patch) | |
tree | 36ac9a536fa35db0c76e1c086588323ff74e486a /meson.build | |
parent | 803aa1c637c42352c05a520dbb02bee6c03ccf75 (diff) |
build: fix symlinks
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d13b5027..51adee4a 100644 --- a/meson.build +++ b/meson.build @@ -180,7 +180,8 @@ meson.add_install_script('tools/meson_runlevels.sh', os, get_option('newnet') ? 'yes' : 'no', rc_libexecdir, - get_option('sysconfdir')) + get_option('sysconfdir'), + get_option('sysvinit') ? 'yes' : 'no') meson.add_install_script('tools/meson_final.sh', rc_libexecdir, os) |