Skip to content

fix: change goreleaser nfpms bindir to /usr/bin#13

Open
mtzanidakis wants to merge 1 commit into
agentmail-to:mainfrom
mtzanidakis:main
Open

fix: change goreleaser nfpms bindir to /usr/bin#13
mtzanidakis wants to merge 1 commit into
agentmail-to:mainfrom
mtzanidakis:main

Conversation

@mtzanidakis
Copy link
Copy Markdown

@mtzanidakis mtzanidakis commented Mar 19, 2026

Fix the nfpms bindir in .goreleaser.yml from /usr to /usr/bin.

The previous value caused the binary to be installed directly under /usr instead of the standard /usr/bin directory, which is the expected location for executables in Linux packages (deb, rpm, apk).


Summary by cubic

Fix package install path by setting nfpms.bindir to /usr/bin in .goreleaser.yml. deb/rpm/apk packages now place the binary in the standard executable directory instead of /usr.

Written for commit ff159d8. Summary will update on new commits.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file


Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant