mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
6fe23ff31c
This moves the /var/log/README content out of /var and into the docs location, replacing the previous file with a symlink created through a tmpfiles.d entry.
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
|