mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "gnu: openssh: Remove empty /var/empty."
Oh, hello, you must be new here: $ git showba912479e8
That silly person really ought to have added a comment to the code, shouldn't they? This reverts similar changes made in commitec7bcdc35a
, and adds one.
This commit is contained in:
parent
35284f3697
commit
a03562b478
1 changed files with 2 additions and 3 deletions
|
@ -259,10 +259,9 @@ (define-public openssh
|
|||
(lambda* (#:key outputs (make-flags '()) #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
;; Install without host keys and system configuration files.
|
||||
;; This will install /var/empty to the store, which is needed
|
||||
;; by the system openssh-service-type.
|
||||
(apply invoke "make" "install-nosysconf" make-flags)
|
||||
(with-directory-excursion out
|
||||
(rmdir "var/empty")
|
||||
(rmdir "var"))
|
||||
(with-directory-excursion "contrib"
|
||||
(chmod "ssh-copy-id" #o555)
|
||||
(install-file "ssh-copy-id"
|
||||
|
|
Loading…
Reference in a new issue