]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
Fix #287.
[lilypond.git] / scm / standalone.scm
index 5a644d2b3d1b8c9e1312f90b5b39ea306e469ab2..8fbf6b1f65e7319e28e210b57fea2b0e43df238c 100644 (file)
@@ -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