mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-11 01:54:41 +00:00
12 lines
270 B
Meson
12 lines
270 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
file = configure_file(
|
|
input : 'README.in',
|
|
output : 'README',
|
|
configuration : substs)
|
|
|
|
if conf.get('HAVE_SYSV_COMPAT') == 1
|
|
install_data(file,
|
|
install_dir : sysvinit_path)
|
|
endif
|