gnu: openssh: Use /etc as the sysconfdir.

* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
This commit is contained in:
Ludovic Courtès 2016-08-19 17:15:22 +02:00
parent e5b4b96b8c
commit af493726ce
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -143,6 +143,7 @@ (define-public openssh
("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