Commit 9ca6296f authored by Romain Courteaud's avatar Romain Courteaud

Add sanef product in extra path

parent 4764577a
......@@ -127,6 +127,7 @@ update-command = ${:command}
command =
mkdir -p ${:location}/Products &&
for product in ${erp5:location}/product/* ; do ln -fs $product ${:location}/Products ; done &&
ln -fs ${products-bef:location}/SANEF ${:location}/Products &&
echo "__import__('pkg_resources').declare_namespace(__name__)" > "${:location}/Products/__init__.py"
[products]
......
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