one last try

This commit is contained in:
Kenneth Reitz
2012-01-31 00:47:55 -05:00
parent fb19d5fec2
commit c1e8b1d80c
+2 -1
View File
@@ -30,7 +30,8 @@ function virtualenv (){
cd $BUILD_DIR
curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz
tar -zxvf git.tar.gz
cd git-1.7.9; ./configure --without-tcltk ; NO_MSGFMT=yes make
export NO_MSGFMT=yes
cd git-1.7.9; ./configure --without-tcltk ; make
export PATH=:$BUILD_DIR/git-1.7.9/:$PATH
# Reject a non-packaged Django app.