[Checkins] SVN: z3c.recipe.mkdir/trunk/README.txt Changing path for paths in the main readme

Reinout van Rees reinout at vanrees.org
Thu Aug 20 08:40:24 EDT 2009


Log message for revision 103007:
  Changing path for paths in the main readme
  

Changed:
  U   z3c.recipe.mkdir/trunk/README.txt

-=-
Modified: z3c.recipe.mkdir/trunk/README.txt
===================================================================
--- z3c.recipe.mkdir/trunk/README.txt	2009-08-20 12:35:18 UTC (rev 103006)
+++ z3c.recipe.mkdir/trunk/README.txt	2009-08-20 12:40:23 UTC (rev 103007)
@@ -12,7 +12,7 @@
   recipe = z3c.recipe.mkdir
 
 This will create a directory named ``var/`` in the buildout ``parts/``
-directory. If you want a different path, you can set the ``path``
+directory. If you want a different path, you can set the ``paths``
 option::
 
   [buildout]
@@ -20,7 +20,7 @@
 
   [foo]
   recipe = z3c.recipe.mkdir
-  path = foo/bar
+  paths = foo/bar
 
 which will create 'foo/bar/' in the buildout root directory (not the
 ``parts/`` directory). Also intermediate directories are created (if



More information about the Checkins mailing list