mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.
* guix/build/graft.scm (mkdir-p*): Annotate.
This commit is contained in:
parent
52b617ffeb
commit
412716eff2
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ (define (exit-on-exception proc)
|
|||
(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."
|
||||
|
|
Loading…
Reference in a new issue