meson: fix log-dir

the make build system sets this with an extra /nix segment.

Change-Id: Iedf464843196faeae5b59698837faca3a4f23586
This commit is contained in:
eldritch horrors 2024-04-11 00:14:02 +02:00
parent adab839c98
commit cd79b8d65a

View file

@ -43,7 +43,7 @@ option('state-dir', type : 'string', value : '/nix/var',
description : 'path to store state in for Nix',
)
option('log-dir', type : 'string', value : '/nix/var/log',
option('log-dir', type : 'string', value : '/nix/var/log/nix',
description : 'path to store logs in for Nix',
)