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:
@ -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
|
||||
|
Reference in New Issue
Block a user