changeset 3356:90f1cf90fc61

strip trailing / from VC url.
author Han-Wen Nienhuys <hanwen@xs4all.nl>
date Sat, 28 Apr 2007 18:33:00 -0400
parents 94f4d4ed509f
children f9700ecd2f27
files specs/guile.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/guile.py	Sat Apr 28 18:32:48 2007 -0400
+++ b/specs/guile.py	Sat Apr 28 18:33:00 2007 -0400
@@ -8,7 +8,7 @@
 class Guile (targetpackage.TargetBuildSpec):
     def set_mirror (self):
         source = 'git://repo.or.cz/guile.git'
-        source = 'http://lilypond.org/vc/guile.git/'
+        source = 'http://lilypond.org/vc/guile.git'
 
         repo = repository.Git (self.get_repodir (),
                                branch='branch_release-1-8',