mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
9 lines
183 B
Meson
9 lines
183 B
Meson
|
|
# -*- mode: meson -*-
|
||
|
|
|
||
|
|
file = configure_file(
|
||
|
|
input : 'README.in',
|
||
|
|
output : 'README',
|
||
|
|
configuration : substs)
|
||
|
|
install_data(file,
|
||
|
|
install_dir : sysvinit_path)
|