mirror of https://github.com/ethereum/go-ethereum
build/deb: fix auto-completion install paths (#25204)
parent
63b2d49b5b
commit
75ebeb7fe0
@ -1,5 +1,5 @@ |
|||||||
build/bin/{{.BinaryName}} usr/bin |
build/bin/{{.BinaryName}} usr/bin |
||||||
{{- if eq .BinaryName "geth" }} |
{{- if eq .BinaryName "geth" }} |
||||||
build/deb/ethereum/completions/bash_autocomplete etc/bash_completion.d/geth |
build/deb/ethereum/completions/bash/geth etc/bash_completion.d |
||||||
build/deb/ethereum/completions/zsh_autocomplete usr/share/zsh/vendor-completions/_geth |
build/deb/ethereum/completions/zsh/_geth usr/share/zsh/vendor-completions |
||||||
{{end -}} |
{{end -}} |
||||||
|
Loading…
Reference in new issue