mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-28 16:15:47 +00:00
7 lines
193 B
Meson
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
|