[Erp5-report] r34945 lucas - /erp5/trunk/utils/rpmgen/Makefile
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon May 3 15:49:16 CEST 2010
Author: lucas
Date: Mon May 3 15:49:13 2010
New Revision: 34945
URL: http://svn.erp5.org?rev=34945&view=rev
Log:
Use -S to avoid issues with setuptools.
Modified:
erp5/trunk/utils/rpmgen/Makefile
Modified: erp5/trunk/utils/rpmgen/Makefile
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/Makefile?rev=34945&r1=34944&r2=34945&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/Makefile [utf8] (original)
+++ erp5/trunk/utils/rpmgen/Makefile [utf8] Mon May 3 15:49:13 2010
@@ -18,7 +18,7 @@
bin/buildout
bin/buildout:
- python bootstrap/bootstrap.py
+ python -S bootstrap/bootstrap.py
dependencies:
sudo urpmi rpm-build
More information about the Erp5-report
mailing list