>From 26d1bc2c1cea8742640be0e2b307a2e4c0397095 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sat, 24 Aug 2019 21:27:50 +0200 Subject: [PATCH 7/8] website: Make building with .guix.scm work with multiple linguas. * website/.guix.scm: Make Haunt build directory writable so Haunt can overwrite duplicate assets. --- website/.guix.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/.guix.scm b/website/.guix.scm index 068ef0d..5eb48b6 100644 --- a/website/.guix.scm +++ b/website/.guix.scm @@ -48,6 +48,11 @@ (copy-recursively #$source ".") + ;; Make the copy writable so Haunt can overwrite duplicate assets. + (invoke #+(file-append (specification->package "coreutils") + "/bin/chmod") + "--recursive" "u+w" ".") + ;; For Haunt. (setenv "GUILE_LOAD_PATH" (string-join %load-path ":")) (setenv "GUILE_LOAD_COMPILED_PATH" -- 2.22.0