X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=1bed6c7f5e3b1ece0a36bb80cfa38dd2ada7bb16;hb=f228c757137cdc1a42f7ebd0589274b5e88485ee;hp=5a644d2b3d1b8c9e1312f90b5b39ea306e469ab2;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;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