Skip to content

Commit

Permalink
Disabled symlink as the command is not quite right
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Jan 22, 2012
1 parent ac80f34 commit 80149fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions development.cfg
Expand Up @@ -6,7 +6,6 @@ develop = .
extensions = buildout-versions
parts =
mkdir
symlink
omelette
console_scripts
apacheconf
Expand Down Expand Up @@ -61,10 +60,10 @@ eggs =
[symlink]
recipe = plone.recipe.command
command =
ln -sf ../websitecontent/etc/ etc
ln -sf ../../websitecontent/copyover/ docs/copyover
ln -sf ../../websitecontent/source/ docs/source
ln -sf ../../../websitecontent/source/_templates/layout.html rvo/templates/
ln -s ../websitecontent/etc/ etc
ln -s ../../websitecontent/copyover/ docs/copyover
ln -s ../../websitecontent/source/ docs/source
ln -s ../../../websitecontent/source/_templates/layout.html rvo/templates/
update-command = ${symlink:command}


Expand Down

0 comments on commit 80149fc

Please sign in to comment.