changeset 5883:59bf72067491

Use the dependencies from LilyPond_base; fixed release build. Before this patch, gub was building -master for the installer instead of using stable/2.12. (when called with that LILYPOND_BRANCH)
author Graham Percival <graham@percival-music.ca>
date Wed, 13 Jan 2010 14:42:50 +0000
parents 1c6993fdde84
children
files gub/specs/lilypond-installer.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-installer.py	Tue Jan 12 16:10:01 2010 +0000
+++ b/gub/specs/lilypond-installer.py	Wed Jan 13 14:42:50 2010 +0000
@@ -12,9 +12,6 @@
 # not really a 'python driver'.
 class LilyPond_installer (lilypond.LilyPond_base):
     install_command = 'true'
-    def __init__ (self, settings, source):
-        lilypond.LilyPond_base.__init__ (self, settings, source)
-        self.dependencies = [self.settings.target_platform + '::lilypond']
     def compile (self):
         # FIXME: ugh, no branches anymore in self.settings.branches['guile'],
         # let's hope/assume the user did not override guile source or branch...