]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: create /var/log/journal/{,remote/} conditionally
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 07:59:09 +0000 (09:59 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 08:16:48 +0000 (10:16 +0200)
commit6ed5ef9819c143b65a9f92c63b65d66feac59506
tree380795fc70e5ae2e319694101bf4cfe346c66ada
parent7810d22171bbff1301397357afd4146016a60bde
meson: create /var/log/journal/{,remote/} conditionally

Not everybody has those dirs in the filesystem (and they don't need to).
When creating an installation package using $DESTDIR, it is easy enough to
remove or ignore those directories, but if installing into a real root, it
is ugly to create and remove them. Let's add an option so people can skip
it if they want.

Inspired by #12930.
docs/var-log/meson.build
meson_options.txt
src/journal-remote/meson.build
src/journal/meson.build