Behind a stupid firewall I noticed problems with "make
get-rpm-pfa" in 2.0.0.  Any chance the following line in
mf/GNUmakefile could be changed from:

        wget -P $(outdir) 
ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)

to:

        wget --passive-ftp -P $(outdir) 
ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)

or:

        wget -P $(outdir) http://lilypond.org/ftp/binaries/RedHat-9/$(redhat-package)

Thanks!

Attachment: pgp00000.pgp
Description: PGP signature

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to