gnucash-on-windows master: Update guile load path after guile modules were moved in the gnucash source tree

Geert Janssens gjanssens at code.gnucash.org
Sun Nov 16 12:50:00 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1b19cf6c (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/1336053a (commit)



commit 1b19cf6cfdb642c1209c43268e20de6707bd4afd
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Nov 16 18:43:24 2014 +0100

    Update guile load path after guile modules were moved in the gnucash source tree

diff --git a/inno_setup/gnucash.iss b/inno_setup/gnucash.iss
index 8e434c0..4c40bb6 100644
--- a/inno_setup/gnucash.iss
+++ b/inno_setup/gnucash.iss
@@ -301,7 +301,7 @@ begin
   { Create the guile.cmd file; #10 is the linefeed character and #13 CR }
 
   FileName := appdir + '\bin\guile.cmd' ;
-  FileString := 'set GUILE_LOAD_PATH=' + pkgdatadir + '\guile-modules;' + pkgdatadir + '\scm;' + appdir + '\share\guile\1.8;%GUILE_LOAD_PATH%'#13#10 ;
+  FileString := 'set GUILE_LOAD_PATH=' + pkgdatadir + '\scm;' + appdir + '\share\guile\1.8;%GUILE_LOAD_PATH%'#13#10 ;
   FileString := FileString + 'start guile.exe %*'#13#10 ;
 
   { Save the final file }



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



More information about the gnucash-changes mailing list