changeset 3466:62a7d614e835

fix Git perl braindamage.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Fri, 11 May 2007 00:37:24 -0300
parents 6edbd1d19cf7
children f7588c1cd6c2
files gub/specs/git.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/git.py	Thu May 10 02:32:27 2007 -0300
+++ b/gub/specs/git.py	Fri May 11 00:37:24 2007 -0300
@@ -76,6 +76,8 @@
 
     def makeflags (self):
         return (' uname_S=MINGW'
+                + ' V=1 '
+                + ' instdir_SQ=%(install_root)s/usr/lib/ '
                 + ' SHELL_PATH=/bin/sh'
                 + ' PERL_PATH=/bin/perl')
-    
+