changeset 5891:a5134985fe99

Think on dependencies for lilypond-installer.
author Graham Percival <graham@percival-music.ca>
date Fri, 12 Feb 2010 17:45:25 +0000
parents 007076f0762e
children d238549529a2
files gub/specs/lilypond.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Thu Jan 28 12:18:33 2010 -0800
+++ b/gub/specs/lilypond.py	Fri Feb 12 17:45:25 2010 +0000
@@ -257,7 +257,7 @@
         source.is_downloaded = misc.bind_method (lambda x: True, source)
         source.update_workdir = misc.bind_method (lambda x: True, source)
         self.dependencies = (self.__class__.dependencies
-                             + [settings.build_platform + '::'
+                             + [self.settings.target_platform + '::'
                                 + source.source + '?branch=' + source.branch])
     subpackage_names = ['']
     def stages (self):