1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-25 13:49:55 +03:00

mkosi: Disable create-log-dirs option

We run the build as a regular user and create-log-dirs requires to
run as root so let's disable the option to avoid error noise during
the install phase.
This commit is contained in:
Daan De Meyer
2023-05-06 11:42:07 +02:00
parent 3e9dd3cde0
commit db7a46ed5f

View File

@ -61,6 +61,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ]; then
-D install-tests=true
-D tests=unsafe
-D slow-tests="${SLOW_TESTS:-false}"
-D create-log-dirs=false
-D utmp=true
-D hibernate=true
-D ldconfig=true