Hi Jan,

Here's a minor patch to fix a thinko.  In addition, in order to download
odcctools via svn, I needed to install libneon-dev on my main distro.  I
guess that gub should really install libneon itself?

Cheers,
- Graham
From d7a63c89ac143ec1ba15e9f4f99fb7672e1718a3 Mon Sep 17 00:00:00 2001
From: Graham Percival <gperc...@gperciva-desktop.(none)>
Date: Mon, 14 Sep 2009 11:33:27 +0100
Subject: [PATCH] Fix URL.

---
 gub/specs/patch.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gub/specs/patch.py b/gub/specs/patch.py
index 97bc760..0d95f80 100644
--- a/gub/specs/patch.py
+++ b/gub/specs/patch.py
@@ -6,7 +6,7 @@ class Patch__tools (tools.AutoBuild):
 # ugh, openoffice the ooo-build flavour needs the latest patch with
 # additional [SUSE] patches to not barf on all CRLF problems.
 # Taken from the Ibex: apt-get --download source patch
-    source = 'http://lilypond.org/download/gub-sources/patch-2.5.9-5.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/patch/patch-2.5.9-5.tar.gz'
     def configure_variables (self):
         return ''
     def configure (self):
-- 
1.6.0.4

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to