]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
* make/lilypond-vars.make:
[lilypond.git] / scripts / lilypond-book.py
index 2604ba32fee8bbc3d33caa38c7e17acb673a57ef..e691aeb66b29111711398651be31cd5136403912 100644 (file)
@@ -92,12 +92,12 @@ if program_version == '@' + 'TOPLEVEL_VERSION' + '@':
 
 # if set, LILYPONDPREFIX must take prevalence
 # if datadir is not set, we're doing a build and LILYPONDPREFIX 
-datadir = '@local_package_datadir@'
+datadir = '@local_lilypond_datadir@'
 
 if os.environ.has_key ('LILYPONDPREFIX') :
        datadir = os.environ['LILYPONDPREFIX']
 else:
-       datadir = '@local_package_datadir@'
+       datadir = '@local_lilypond_datadir@'
 
 while datadir[-1] == os.sep:
        datadir= datadir[:-1]