mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
activation: Copy account skeletons silently.
* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to 'copy-recursively'.
This commit is contained in:
parent
ee03b75dfb
commit
2fa909b27b
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ (define* (copy-account-skeletons home
|
|||
(for-each (lambda (file)
|
||||
(let ((target (string-append home "/" file)))
|
||||
(copy-recursively (string-append directory "/" file)
|
||||
target)
|
||||
target
|
||||
#:log (%make-void-port "w"))
|
||||
(make-file-writable target)))
|
||||
files)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue