X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=1bed6c7f5e3b1ece0a36bb80cfa38dd2ada7bb16;hb=7204890da00cf5a27953a13714fbb66c7d055e1d;hp=5a644d2b3d1b8c9e1312f90b5b39ea306e469ab2;hpb=ac1340846e81661575ba3036b251e8ab55b13023;p=lilypond.git diff --git a/scm/standalone.scm b/scm/standalone.scm index 5a644d2b3d..1bed6c7f5e 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; (c) 1998--2007 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys @@ -19,8 +19,8 @@ (define (scm-gulp-file name) (set! %load-path - (cons (string-append (getenv "LILYPONDPREFIX") "/ly") - (cons (string-append (getenv "LILYPONDPREFIX") "/ps") + (cons (string-append (getenv "LILYPOND_DATADIR") "/ly") + (cons (string-append (getenv "LILYPOND_DATADIR") "/ps") %load-path))) (let ((path (%search-load-path name))) (if path