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
|
@ -307,11 +307,6 @@ file name pairs."
|
||||||
(else
|
(else
|
||||||
(error "unsupported file type" stat)))))
|
(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
|
;; Use 'exit-on-exception' to force an exit upon I/O errors, given that
|
||||||
;; 'n-par-for-each' silently swallows exceptions.
|
;; 'n-par-for-each' silently swallows exceptions.
|
||||||
;; See <http://bugs.gnu.org/23581>.
|
;; See <http://bugs.gnu.org/23581>.
|
||||||
|
|
Loading…
Reference in New Issue