guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: guile-git: Install .go files to /site-ccache.


From: Ludovic Courtès
Subject: 01/02: gnu: guile-git: Install .go files to /site-ccache.
Date: Sun, 2 Apr 2017 18:13:27 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 245575eaf33801753ac8290e077c4397b2568540
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 2 23:21:11 2017 +0200

    gnu: guile-git: Install .go files to /site-ccache.
    
    * gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change
    "/ccache" to "/site-ccache" in Makefile.am.
---
 gnu/packages/guile.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 6070fee..96fc84a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1707,6 +1707,11 @@ is not available for Guile 2.0.")
        '(#:phases (modify-phases %standard-phases
                     (add-after 'unpack 'bootstrap
                       (lambda _
+                        ;; Install .go files to "site-ccache", not "ccache".
+                        (substitute* "Makefile.am"
+                          (("/ccache")
+                           "/site-ccache"))
+
                         (zero? (system* "autoreconf" "-vfi")))))))
       (native-inputs
        `(("autoconf" ,autoconf)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]