mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
grafts: Remove unnecessary 'umask' call.
This is a followup to d722678633
.
* guix/build/graft.scm (rewrite-directory): Remove 'umask' call.
This commit is contained in:
parent
3d47aa81ba
commit
fb3af759ee
1 changed files with 0 additions and 5 deletions
|
@ -307,11 +307,6 @@ (define (rewrite-leaf file)
|
|||
(else
|
||||
(error "unsupported file type" stat)))))
|
||||
|
||||
;; XXX: Work around occasional "suspicious ownership or permission" daemon
|
||||
;; errors that arise when we create the top-level /gnu/store/… directory as
|
||||
;; #o777.
|
||||
(umask #o022)
|
||||
|
||||
;; Use 'exit-on-exception' to force an exit upon I/O errors, given that
|
||||
;; 'n-par-for-each' silently swallows exceptions.
|
||||
;; See <http://bugs.gnu.org/23581>.
|
||||
|
|
Loading…
Reference in a new issue