mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 11:40:30 +02:00
activation: Copy account skeletons silently.
* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to 'copy-recursively'.
This commit is contained in:
@@ -92,7 +92,8 @@
|
||||
(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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user