summaryrefslogtreecommitdiff
path: root/docs/var-log/meson.build
blob: 81b786543885955d5f46811f64de374b6dc9d4af (plain)
1
2
3
4
5
6
# 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