Hi Eric,

You may be missing the "update-command" line in your config. As I see it
your config should be:

[tcommands]
recipe = plone.recipe.command
command =
    ln -sf ${pdist:location}/something/* ${pdist:location}
    rm -fr ${pdist:location}/somewhere
    ln -sf  ${buildout:directory}/stuff/* ${buildout:directory}/products
update-command = ${tcommands:command}

Cheers,  Jim
-- 
View this message in context: 
http://n2.nabble.com/plone.recipe.command-tp352059p721460.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to