smallstep/cli

[Bug]: `make install` should install to /usr/local/bin, /usr/bin

Closed this issue · 0 comments

Steps to Reproduce

Run make install.

Your Environment

  • OS - Sonoma 14.5
  • step CLI Version - master

Expected Behavior

make install should install to /usr/local/bin, not /usr/bin.

It is my understanding that /usr/bin is only intended for OS binaries, and other applications should be installed into /usr/local/bin.

Actual Behavior

step is placed in /usr/bin.

Additional Context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).