guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: guile: Make relocatable patch version-independent.


From: Ludovic Courtès
Subject: 01/03: gnu: guile: Make relocatable patch version-independent.
Date: Tue, 18 Jul 2017 09:31:18 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 920f2c42ce3345dc1355a41377ebf01a33fdae51
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 18 14:07:17 2017 +0200

    gnu: guile: Make relocatable patch version-independent.
    
    * gnu/packages/patches/guile-relocatable.patch: Use
    SCM_EFFECTIVE_VERSION instead of "2.0".
---
 gnu/packages/patches/guile-relocatable.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/patches/guile-relocatable.patch 
b/gnu/packages/patches/guile-relocatable.patch
index 2431495..95bddcc 100644
--- a/gnu/packages/patches/guile-relocatable.patch
+++ b/gnu/packages/patches/guile-relocatable.patch
@@ -35,11 +35,11 @@ location of the `guile' binary, allowing it to be relocated.
 +
 +  module_dir = scm_gc_malloc_pointerless (strlen (prefix) + 50, "string");
 +  strcpy (module_dir, prefix);
-+  strcat (module_dir, "/share/guile/2.0");
++  strcat (module_dir, "/share/guile/" SCM_EFFECTIVE_VERSION);
 +
 +  ccache_dir = scm_gc_malloc_pointerless (strlen (prefix) + 50, "string");
 +  strcpy (ccache_dir, prefix);
-+  strcat (ccache_dir, "/lib/guile/2.0/ccache");
++  strcat (ccache_dir, "/lib/guile/" SCM_EFFECTIVE_VERSION "/ccache");
 +
    env = scm_i_mirror_backslashes (getenv ("GUILE_SYSTEM_PATH"));
    if (env && strcmp (env, "") == 0)



reply via email to

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