[Erp5-report] r43225 luke - /erp5/trunk/buildout/hooks/postfix-hooks.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 9 10:54:44 CET 2011
Author: luke
Date: Wed Feb 9 10:54:44 2011
New Revision: 43225
URL: http://svn.erp5.org?rev=43225&view=rev
Log:
- fix typo
Modified:
erp5/trunk/buildout/hooks/postfix-hooks.py
Modified: erp5/trunk/buildout/hooks/postfix-hooks.py
URL: http://svn.erp5.org/erp5/trunk/buildout/hooks/postfix-hooks.py?rev=43225&r1=43224&r2=43225&view=diff
==============================================================================
--- erp5/trunk/buildout/hooks/postfix-hooks.py [utf8] (original)
+++ erp5/trunk/buildout/hooks/postfix-hooks.py [utf8] Wed Feb 9 10:54:44 2011
@@ -3,5 +3,5 @@ def pre_make_hook(options, buildout):
# workaround python's tarfile bug with links
if not os.path.lexists(os.path.join('conf', 'LICENSE')):
os.symlink('../LICENSE', os.path.join('conf', 'LICENSE'))
- if not os.path.lexists(os.path.join('conf', 'LICENSE')):
+ if not os.path.lexists(os.path.join('conf', 'TLS_LICENSE')):
os.symlink('../TLS_LICENSE', os.path.join('conf', 'TLS_LICENSE'))
More information about the Erp5-report
mailing list