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