Commit 4c53289d authored by Łukasz Nowak's avatar Łukasz Nowak

- revert dynamic part because of collective.recipe.template bug


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38028 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1782653
......@@ -235,5 +235,8 @@ download-only = true
[software_home]
recipe = collective.recipe.template
input = ${download-software-home-template:location}/${download-software-home-template:filename}
# does not work because of bug in collective.recipe.template (input have to be
# available in __init__)
#input = ${download-software-home-template:location}/${download-software-home-template:filename}
input = ${buildout:software_home}/templates/software-home.inc.in
output = ${buildout:software_home}/instance-profiles/software-home.inc
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