mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-24 11:02:45 +00:00
10 lines
234 B
Meson
10 lines
234 B
Meson
file = configure_file(
|
|
input : 'README.in',
|
|
output : 'README',
|
|
configuration : substs)
|
|
|
|
if conf.get('HAVE_SYSV_COMPAT', false)
|
|
install_data(file,
|
|
install_dir : sysvinit_path)
|
|
endif
|