forked from paxosglobal/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/deb: fix auto-completion install paths (ethereum#25204)
- Loading branch information
1 parent
dad744a
commit 707bc6a
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 -}} |