Skip to content

Commit

Permalink
minor: fix aur install script
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jan 26, 2024
1 parent 11b7b77 commit fd7a5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ aurs:
install -Dm755 "./leetgo" "${pkgdir}/usr/bin/leetgo"
# license
install -Dm644 "./LICENSE.md" "${pkgdir}/usr/share/licenses/leetgo/LICENSE"
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/leetgo/LICENSE"
# completions
mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
Expand Down

0 comments on commit fd7a5b9

Please sign in to comment.