From 382dff7e3b5853a678598ba000353fc216090a04 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 18 Nov 2012 02:27:31 +0100 Subject: [PATCH] update scripts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 301e8ff..9985ca5 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ site: docs pip: git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1 - rm -fr vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz + rm -fr vendor/virtualenv-1.8.2/virtualenv_support/pip-1.2.1.tar.gz rm -fr pip/.git - tar -pczf vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz pip + tar -pczf vendor/virtualenv-1.8.2/virtualenv_support/pip-1.2.1.tar.gz pip rm -fr pip