gnucash unstable: Fix path to compiled guile files in environment.in.

John Ralls jralls at code.gnucash.org
Thu Nov 30 23:16:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/062851a8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4a84fca9 (commit)



commit 062851a8fe8c55e49008b78d17cee9d61f41daea
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Nov 30 20:15:54 2017 -0800

    Fix path to compiled guile files in environment.in.
    
    Thanks to Rob Gowin for the catch.

diff --git a/gnucash/environment.in b/gnucash/environment.in
index f8e3a1b..82e0209 100644
--- a/gnucash/environment.in
+++ b/gnucash/environment.in
@@ -64,7 +64,7 @@ GUILE_WARN_DEPRECATED=no
 # GUILE_COMPILED_LIBS=
 GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
 
-GUILE_LOAD_COMPILED_PATH={SYS_LIB}/guile/2.0/ccache;{GNC_LIB}ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
+GUILE_LOAD_COMPILED_PATH={SYS_LIB}/guile/2.0/ccache;{GNC_LIB}/scm/ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
 
 # Tell Guile where to find GnuCash specific shared libraries
 GNC_LIBRARY_PATH={SYS_LIB};{GNC_LIB}



Summary of changes:
 gnucash/environment.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list