]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/var-log/meson.build
meson: create /var/log/journal/{,remote/} conditionally
[thirdparty/systemd.git] / docs / var-log / meson.build
CommitLineData
3a726fcd 1# SPDX-License-Identifier: LGPL-2.1+
3a726fcd 2
5c23128d 3file = configure_file(
37efbbd8
ZJS
4 input : 'README.in',
5 output : 'README',
6 configuration : substs)
1c9f1314 7
6ed5ef98 8if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
1c9f1314 9 install_data(file,
10 install_dir : varlogdir)
11endif