~ruther/guix-local

fb3af759ee284fb1cb14c5514ed0432d9cbbfdbf — Ludovic Courtès 9 years ago 3d47aa8
grafts: Remove unnecessary 'umask' call.

This is a followup to d72267863382041b84a9712eea354882be72ef55.

* guix/build/graft.scm (rewrite-directory): Remove 'umask' call.
1 files changed, 0 insertions(+), 5 deletions(-)

M guix/build/graft.scm
M guix/build/graft.scm => guix/build/graft.scm +0 -5
@@ 307,11 307,6 @@ file name pairs."
        (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>.