Skip to content

Commit

Permalink
Install package binaries in /usr/bin, not /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 22, 2019
1 parent a590114 commit 119cae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nfpms:
- rpm
dependencies:
- git
bindir: "/usr/bin"
files:
"completions/chezmoi-completion.bash": "/usr/share/bash-completion/completions/chezmoi"
"completions/chezmoi.fish": "/usr/share/fish/completions/chezmoi.fish"
Expand Down
1 change: 1 addition & 0 deletions goreleaser/goreleaser.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nfpms:
- rpm
dependencies:
- git
bindir: "/usr/bin"
files:
"completions/chezmoi-completion.bash": "/usr/share/bash-completion/completions/chezmoi"
"completions/chezmoi.fish": "/usr/share/fish/completions/chezmoi.fish"
Expand Down

0 comments on commit 119cae6

Please sign in to comment.