changeset 5754:a5b76bca7684

lilypond-ancient: thinko.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 12 Oct 2009 16:25:45 +0200
parents 5eb35bf49261
children 985662a187a0
files gub/specs/lilypond-ancient.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-ancient.py	Mon Oct 12 15:57:10 2009 +0200
+++ b/gub/specs/lilypond-ancient.py	Mon Oct 12 16:25:45 2009 +0200
@@ -1,3 +1,5 @@
+#
+from gub import build
 from gub.specs import lilypond
 
 #LilyPond = LilyPond__simple
@@ -17,7 +19,7 @@
                   + ' config=%(builddir)s/config.make')
     def __init__ (self, settings, source):
         lilypond.LilyPond__simple.__init__ (self, settings, source)
-        build.change_dict (self, {'PATH': '%(cross_prefix)s-ancient/bin:%(cross_prefix)s/bin:%(tools_prefix)s/bin:%(tools_cross_prefix)s/bin:' + os.environ['PATH']})
+        build.change_dict (self, {'PATH': '%(cross_prefix)s/bin:%(tools_prefix)s/bin:%(tools_cross_prefix)s/bin'}) #:' + os.environ['PATH']
     def LD_PRELOAD (self):
         return ''
     def patch (self):