]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/var-log/meson.build
Merge pull request #5809 from keszybz/glob-safe
[thirdparty/systemd.git] / docs / var-log / meson.build
CommitLineData
5c23128d 1file = configure_file(
37efbbd8
ZJS
2 input : 'README.in',
3 output : 'README',
4 configuration : substs)
1c9f1314 5
6if conf.get('HAVE_SYSV_COMPAT', 0) == 1
7 install_data(file,
8 install_dir : varlogdir)
9endif