Skip to content

Commit

Permalink
build/deb: fix auto-completion install paths (ethereum#25204)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and sadoci committed Jul 7, 2023
1 parent 0c8d0d3 commit 6fbc9ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build/deb/ethereum/deb.install
@@ -1,5 +1,5 @@
build/bin/{{.BinaryName}} usr/bin
{{- if eq .BinaryName "geth" }}
build/deb/ethereum/completions/bash_autocomplete etc/bash_completion.d/geth
build/deb/ethereum/completions/zsh_autocomplete usr/share/zsh/vendor-completions/_geth
build/deb/ethereum/completions/bash/geth etc/bash_completion.d
build/deb/ethereum/completions/zsh/_geth usr/share/zsh/vendor-completions
{{end -}}

0 comments on commit 6fbc9ec

Please sign in to comment.