Commit 9d7b44e4 authored by Marco Mariani's avatar Marco Mariani

pear module: CLITools

parent 90711af6
......@@ -12,7 +12,7 @@ parts =
eggs
template
template-apache-php
pear-mimetype
pear-modules
[application]
......@@ -34,8 +34,10 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = config.php
[pear-mimetype]
recipe = plone.recipe.command
command = ${apache-php-postgres:location}/bin/pear install MIME_Type
[pear-modules]
recipe = cp.recipe.cmd
install_cmd =
${apache-php-postgres:location}/bin/pear channel-discover pear.maarch.org
${apache-php-postgres:location}/bin/pear install maarch/CLITools-0.3.1
${apache-php-postgres:location}/bin/pear install MIME_Type
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