add go executable to INSTALL_PREFIX/bin/go
This commit is contained in:
@@ -53,6 +53,9 @@
|
|||||||
- from: "{{ go_extract_path }}/go"
|
- from: "{{ go_extract_path }}/go"
|
||||||
to: "{{ path_go }}"
|
to: "{{ path_go }}"
|
||||||
force: true
|
force: true
|
||||||
|
- from: "{{ go_extract_path }}/go/bin/go"
|
||||||
|
to: "{{ path_bin }}/go"
|
||||||
|
force: true
|
||||||
__add_to_path: "{{ __add_to_path + [path_go ~ '/bin'] }}"
|
__add_to_path: "{{ __add_to_path + [path_go ~ '/bin'] }}"
|
||||||
__var_to_env: "{{ __var_to_env | combine( { 'GOROOT': path_go } ) }}"
|
__var_to_env: "{{ __var_to_env | combine( { 'GOROOT': path_go } ) }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user