summaryrefslogtreecommitdiff
path: root/guix/build/graft.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-11-14 16:29:13 -0500
committerLeo Famulari <leo@famulari.name>2017-11-14 16:38:02 -0500
commit412716eff2d898f28636f68cb8761862f416cac3 (patch)
treec185ad5d8e6d9dc9ebd7f430c1a4c29daadaed51 /guix/build/graft.scm
parent52b617ffeba568e37aebb0f8ca80e204bc1ab2b7 (diff)
downloadguix-patches-412716eff2d898f28636f68cb8761862f416cac3.tar
guix-patches-412716eff2d898f28636f68cb8761862f416cac3.tar.gz
grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.
* guix/build/graft.scm (mkdir-p*): Annotate.
Diffstat (limited to 'guix/build/graft.scm')
-rw-r--r--guix/build/graft.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build/graft.scm b/guix/build/graft.scm
index 3dce486adf..e567bff4f4 100644
--- a/guix/build/graft.scm
+++ b/guix/build/graft.scm
@@ -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."