Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 13, 2024
1 parent 9b0c822 commit 5940024
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,9 @@ aurs:
# bin
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"
# license
install -Dm644 "./LICENSE.md" "${pkgdir}/usr/share/licenses/mybin/LICENSE"

# folders
mkdir -p "${pkgdir}/etc/xdg/carapace/specs
mkdir -p "${pkgdir}/etc/xdg/carapace/variables
mkdir -p "${pkgdir}/etc/xdg/carapace/specs"
mkdir -p "${pkgdir}/etc/xdg/carapace/variables"


nfpms:
Expand Down

0 comments on commit 5940024

Please sign in to comment.