forked from lix-project/lix
meson: fix log-dir
the make build system sets this with an extra /nix segment.
Change-Id: Iedf464843196faeae5b59698837faca3a4f23586
This commit is contained in:
parent
adab839c98
commit
cd79b8d65a
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue