From d7a63c89ac143ec1ba15e9f4f99fb7672e1718a3 Mon Sep 17 00:00:00 2001 From: Graham Percival 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