changeset 6168:c2ff4b1c6d7e

Move back to lilypad-0.4 for ppc.
author Graham Percival <graham@percival-music.ca>
date Fri, 07 Oct 2011 22:35:32 +0100
parents 16e347176105
children 3ba7afee45b6
files gub/specs/osx-lilypad.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/osx-lilypad.py	Tue Aug 30 10:23:37 2011 +0100
+++ b/gub/specs/osx-lilypad.py	Fri Oct 07 22:35:32 2011 +0100
@@ -4,7 +4,9 @@
     pass
 
 class Osx_lilypad__darwin__ppc (build.NullBuild):
-    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'
+    # yes, we really need the old version here!
+    # 0.5 was built for lion 10.7, which doesn't have any ppc support
+    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'
 
 class Osx_lilypad__darwin__x86 (build.NullBuild):
     source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'