me
/
guix
Archived
1
0
Fork 0

gnu: openssh: Use /etc as the sysconfdir.

* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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