smallstep / cli

🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
https://smallstep.com/cli
Apache License 2.0
3.56k stars 248 forks source link

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

Open marten-seemann opened 2 weeks ago

marten-seemann commented 2 weeks ago

Steps to Reproduce

Run make install.

Your Environment

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).