gnu: openssh: Use /etc as the sysconfdir.
* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
This commit is contained in:
parent
e5b4b96b8c
commit
af493726ce
|
@ -143,6 +143,7 @@ a server that supports the SSH-2 protocol.")
|
|||
("xauth" ,xauth))) ;for 'ssh -X' and 'ssh -Y'
|
||||
(arguments
|
||||
`(#:test-target "tests"
|
||||
#:configure-flags '("--sysconfdir=/etc")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'configure 'reset-/var/empty
|
||||
|
|
Loading…
Reference in New Issue