From 91d67d9e091bd76cc3f11b617af7f40ff072d19a Mon Sep 17 00:00:00 2001 From: Leonardo Rochael Almeida <leonardo@nexedi.com> Date: Tue, 31 Aug 2010 17:04:14 +0000 Subject: [PATCH] stop using distribute, it's failing on some distributions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38078 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README-2.12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout/README-2.12.txt b/buildout/README-2.12.txt index 9af2b431f6..bd96bea6b3 100644 --- a/buildout/README-2.12.txt +++ b/buildout/README-2.12.txt @@ -37,7 +37,7 @@ For example: Run the Zope 2.12 buildout: $ cd ~/erp5.buildout - $ python2.6 -S bootstrap/bootstrap.py -d -v 1.4.4 -c buildout-2.12.cfg + $ python2.6 -S bootstrap/bootstrap.py -v 1.4.4 -c buildout-2.12.cfg $ bin/buildout -v -c buildout-2.12.cfg This will download and install the software components needed to run ERP5 on -- 2.30.9