X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=8fbf6b1f65e7319e28e210b57fea2b0e43df238c;hb=351dc29d818e91eadade688146314e11444e75ea;hp=5a644d2b3d1b8c9e1312f90b5b39ea306e469ab2;hpb=ac1340846e81661575ba3036b251e8ab55b13023;p=lilypond.git diff --git a/scm/standalone.scm b/scm/standalone.scm index 5a644d2b3d..8fbf6b1f65 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -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