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