summaryrefslogtreecommitdiffstats
path: root/docs/var-log/meson.build
blob: ba7957711dd6d955332a9f775756d7283a76affb (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: LGPL-2.1-or-later

if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
        install_data('README',
                     install_dir : '/var/log')
endif