Skip to content

Commit

Permalink
Update guile load path after guile modules were moved in the gnucash …
Browse files Browse the repository at this point in the history
…source tree
  • Loading branch information
gjanssens committed Nov 16, 2014
1 parent 1336053 commit 1b19cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inno_setup/gnucash.iss
Expand Up @@ -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 }
Expand Down

0 comments on commit 1b19cf6

Please sign in to comment.