changeset 3467:f7588c1cd6c2

patch out SCRIPT_PERL
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Fri, 11 May 2007 00:58:05 -0300
parents 62a7d614e835
children 0e0f1656bb1a
files gub/specs/git.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/git.py	Fri May 11 00:37:24 2007 -0300
+++ b/gub/specs/git.py	Fri May 11 00:58:05 2007 -0300
@@ -77,7 +77,13 @@
     def makeflags (self):
         return (' uname_S=MINGW'
                 + ' V=1 '
+
+                ## we'll consider it if they 
+                + ' SCRIPT_PERL= '
                 + ' instdir_SQ=%(install_root)s/usr/lib/ '
                 + ' SHELL_PATH=/bin/sh'
                 + ' PERL_PATH=/bin/perl')
 
+    def version (self):
+        return '1.5.1'
+