mirror of
https://github.com/OpenRC/openrc.git
synced 2024-11-23 01:43:37 +08:00
build: clean up unused arguments in meson_final.sh
This commit is contained in:
parent
466662d8c1
commit
513ce77b12
@ -247,6 +247,4 @@ meson.add_install_script('tools/meson_runlevels.sh',
|
||||
get_option('sysvinit') ? 'yes' : 'no')
|
||||
meson.add_install_script('tools/meson_final.sh',
|
||||
rc_libexecdir,
|
||||
sbindir,
|
||||
os,
|
||||
get_option('sysvinit') ? 'yes' : 'no')
|
||||
os)
|
||||
|
@ -4,9 +4,7 @@ set -e
|
||||
set -u
|
||||
|
||||
rc_libexecdir="$1"
|
||||
sbindir="$2"
|
||||
os="$3"
|
||||
sysvinit="$4"
|
||||
os="$2"
|
||||
|
||||
if [ "${os}" != Linux ]; then
|
||||
install -d "${DESTDIR}/${rc_libexecdir}"/init.d
|
||||
|
Loading…
Reference in New Issue
Block a user