]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorjanneke <janneke>
Fri, 6 Jan 2006 19:57:55 +0000 (19:57 +0000)
committerjanneke <janneke>
Fri, 6 Jan 2006 19:57:55 +0000 (19:57 +0000)
ChangeLog
scripts/midi2ly.py

index c7b2f8c95b25f108fa83f070c9040bc97f6f88e5..a58c4b240588b10f7aa243316134b436ad6b6187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
 
 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * scripts/midi2ly.py: Bugfix: Declare datadir.
+
        * make/ly-rules.make:
        * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
        that seems to be gone). Fixes make web.
index c576e95e4a9f7f3442c786312f6a0692a79d2e6a..6161b13ead605ee0d207387b5114a068c63f5111 100644 (file)
@@ -35,6 +35,7 @@ if not os.path.isdir (libdir):
         libdir = '@lilypond_libdir@'
 
 # ugh
+datadir = '@local_lilypond_datadir@'
 if os.environ.has_key ('LILYPONDPREFIX'):
        datadir = os.environ['LILYPONDPREFIX']
        while datadir[-1] == os.sep: