Commit 13ef72a4 authored by Nicolas Delaby's avatar Nicolas Delaby

commands are compiled in bin folder not src

parent 78e6466a
......@@ -48,9 +48,9 @@ link_binary_list =
${xpdf:location}/bin/pdftotext
${xtrabackup:location}/bin/xtrabackup_51
${sed:location}/bin/sed
${coreutils:location}/src/basename
${coreutils:location}/src/tr
${coreutils:location}/src/uname
${coreutils:location}/bin/basename
${coreutils:location}/bin/tr
${coreutils:location}/bin/uname
# XXX: products won't be needed as soon as all ERP5 (and products-deps)
# products will be eggified so then it will be possible to use them thanks to
......
......@@ -129,7 +129,7 @@ section = python2.7
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 2202b0dfb8987e4916c740dd916e4fa2
md5sum = 9b80f1e64ea991340d39513e5725cf67
output = ${buildout:directory}/template.cfg
mode = 0644
......
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