Commit 1d010762 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b9d725c5
...@@ -4,7 +4,7 @@ extends = ...@@ -4,7 +4,7 @@ extends =
sdr/buildout.cfg sdr/buildout.cfg
lopcomm/buildout.cfg lopcomm/buildout.cfg
sunwave/buildout.cfg sunwave/buildout.cfg
setcap-ncapdo setcap-netcapdo
[ru_libinstance.jinja2.cfg] [ru_libinstance.jinja2.cfg]
<= download-base <= download-base
...@@ -12,12 +12,12 @@ extends = ...@@ -12,12 +12,12 @@ extends =
[ru_xexec.c] [ru_xexec.c]
<= download-base <= download-base
[ncapdo] [netcapdo]
recipe = plone.recipe.command recipe = plone.recipe.command
exe = ${buildout:directory}/ncapdo exe = ${buildout:directory}/netcapdo
command = gcc -o ${:exe} ${ru_xexec.c:target} command = gcc -o ${:exe} ${ru_xexec.c:target}
stop-on-error = true stop-on-error = true
[setcap-ncapdo] [setcap-netcapdo]
<= setcap <= setcap
exe = ${ncapdo:exe} exe = ${netcapdo:exe}
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