~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: William Grant
  • Date: 2011-07-05 00:06:40 UTC
  • mto: This revision was merged to the branch mainline in revision 13370.
  • Revision ID: william.grant@canonical.com-20110705000640-r16iyy9lfime091q
Make lazr-js/build/yui a relative symlink, rather than exploding on places like staging which move things around later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    tar -zxf download-cache/dist/yui-${versions:yui}.tar.gz \
44
44
        -C ${buildout:yui-directory}/yui-${versions:yui}
45
45
    mkdir -p lazr-js/build
46
 
    ln -s `pwd`/${buildout:yui-directory}/yui-${versions:yui} lazr-js/build/yui
 
46
    ln -s ../../${buildout:yui-directory}/yui-${versions:yui} lazr-js/build/yui
47
47
 
48
48
[filetemplates]
49
49
recipe = z3c.recipe.filetemplate