Skip to content

Commit

Permalink
Minor change .gorelearer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertBel committed Dec 10, 2024
1 parent 724534d commit ff65fb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ aurs:
- glibc
- sqlite
package: |-
# Install binary
install -Dm755 "./lazyorg" "${pkgdir}/usr/bin/lazyorg"
# Install documentation if present
if [ -f "./LICENSE" ]; then
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/lazyorg/LICENSE"
fi
Expand Down

0 comments on commit ff65fb5

Please sign in to comment.