Skip to content

fix: install Linux package binaries under /usr/bin#34

Open
fallintoplace wants to merge 1 commit into
openai:mainfrom
fallintoplace:fix/linux-package-bindir
Open

fix: install Linux package binaries under /usr/bin#34
fallintoplace wants to merge 1 commit into
openai:mainfrom
fallintoplace:fix/linux-package-bindir

Conversation

@fallintoplace

Copy link
Copy Markdown

Summary

  • install packaged Linux binaries under /usr/bin
  • keep deb, apk, rpm, and Arch packages on the standard executable path

Why

The nFPM configuration currently uses /usr as its binary directory, so packages place the executable at /usr/openai. That location is not normally on PATH, leaving a successful package installation without a directly runnable openai command.

Test plan

  • ran the pinned GoReleaser 2.15.4 snapshot release
  • verified the generated deb, apk, and Arch packages contain usr/bin/openai

@fallintoplace
fallintoplace requested a review from a team as a code owner July 16, 2026 15:01
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