sudo: Fix incorrect runtime path
This commit is contained in:
parent
5f5ebcd74f
commit
9e9e446880
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--with-env-editor"
|
||||
"--with-editor=/run/current-system/sw/bin/nano"
|
||||
"--with-rundir=/run"
|
||||
"--with-rundir=/run/sudo"
|
||||
"--with-vardir=/var/db/sudo"
|
||||
"--with-logpath=/var/log/sudo.log"
|
||||
"--with-sendmail=${sendmailPath}"
|
||||
|
Loading…
Reference in New Issue
Block a user