Commit df2e3f31 authored by Nicolas Delaby's avatar Nicolas Delaby

Embed sed command required by git

parent 1f8f5005
......@@ -47,6 +47,7 @@ link_binary_list =
${xpdf:location}/bin/pdfinfo
${xpdf:location}/bin/pdftotext
${xtrabackup:location}/bin/xtrabackup_51
${sed:location}/bin/sed
# 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
......
[buildout]
parts =
sed
[sed]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz
md5sum = f0fd4d7da574d4707e442285fd2d3b86
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
environment =
LDFLAGS =-Wl,--as-needed
......@@ -45,6 +45,7 @@ extends =
profile/xpdf.cfg
profile/xtrabackup.cfg
profile/zabbix.cfg
profile/sed.cfg
versions = versions
......
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