From 920ddf786b08235b4809ccc9f9dad20c585eb565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 9 Feb 2011 09:54:44 +0000 Subject: [PATCH] - fix typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43225 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/hooks/postfix-hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout/hooks/postfix-hooks.py b/buildout/hooks/postfix-hooks.py index d4e1476a1e..2f925eba9f 100644 --- a/buildout/hooks/postfix-hooks.py +++ b/buildout/hooks/postfix-hooks.py @@ -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')) -- 2.30.9