systemd/docs/var-log/meson.build
2019-08-02 17:53:47 +02:00

7 lines
193 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
install_data('README',
install_dir : '/var/log')
endif