Commit 18a26e11 authored by Kirill Smelkov's avatar Kirill Smelkov

X Fix go installation when it happens a second time

parent f3b9bc27
......@@ -11,7 +11,7 @@ recipe = slapos.recipe.cmmi
configure-command = :
location = ${buildout:parts-directory}/${:_buildout_section_name_}
make-binary =
make-targets= cd src && ./all.bash && cp -al .. ${:location}
make-targets= cd src && ./all.bash && cp -alf .. ${:location}
environment =
GOROOT_FINAL=${:location}
${:environment-extra}
......
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