mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-28 20:15:37 +00:00
7 lines
202 B
Meson
7 lines
202 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
|
|
install_data('README.logs',
|
|
install_dir : docdir)
|
|
endif
|