Commit f677839a authored by Łukasz Nowak's avatar Łukasz Nowak

Simplify.

parent 336f38df
......@@ -215,8 +215,7 @@ command =
update-command = ${:command}
[vifib-fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
<= fix-products-paths
command =
for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
......
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