~ruther/guix-local

412716eff2d898f28636f68cb8761862f416cac3 — Leo Famulari 8 years ago 52b617f
grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.

* guix/build/graft.scm (mkdir-p*): Annotate.
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build/graft.scm
M guix/build/graft.scm => guix/build/graft.scm +1 -0
@@ 214,6 214,7 @@ an exception is caught."
          (print-exception port #f key args)
          (primitive-exit 1))))))

;; We need this as long as we support Guile < 2.0.13.
(define* (mkdir-p* dir #:optional (mode #o755))
  "This is a variant of 'mkdir-p' that works around
<http://bugs.gnu.org/24659> by passing MODE explicitly in each 'mkdir' call."