Commit 920ddf78 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43225 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cec51c6
......@@ -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'))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment