mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
29c7680ec9
It was only used for exactly one thing: to substitute in the text in /var/log/README. But it's use there was completely wrong, because the text talks about "missing" log files from syslog, so even if we configured systemd to log to a different directory, the "missing" log files would still be "missing" from the old location.
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
|