Erlend Aasland escreveu: > --- LilyPond.py 23 Mar 2006 08:34:07 -0000 1.14 > +++ LilyPond.py 15 Feb 2007 15:03:34 -0000 1.15 > @@ -151,7 +151,7 @@ > bundle = NSBundle.mainBundle () > appdir = NSBundle.mainBundle().bundlePath() > prefix = appdir + '/Contents/Resources' > - env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current' > + env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current' > > self.writeToFile_ofType_(self.fileName (), None) > binary = prefix + '/bin/convert-ly'
> --- lilycall.py 17 Mar 2006 00:42:00 -0000 1.11 > +++ lilycall.py 15 Feb 2007 15:03:34 -0000 1.12 > @@ -76,7 +76,7 @@ > env['FONTCONFIG_PATH'] = prefix + '/etc/fonts/' > env['GS_LIB'] = prefix + '/share/ghostscript/8.15/lib/' > env['GUILE_LOAD_PATH'] = prefix + '/share/guile/1.6' > - env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current' > + env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current' I'm pretty sure that none of these are necessary anymore, but the CVS server isn't used anymore. I've converted the LilyPad directory to git and pushed it to the macos-lilypad branch, see http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=log;h=macos-lilypad Now that you're working with the module, can you add a marker to the installers/ modules to signal that they're dead? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
