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

Makefile: install to /usr/local/bin, not /usr/bin #1214

Open marten-seemann opened 2 weeks ago

marten-seemann commented 2 weeks ago

Fixes #1213.

hslatman commented 2 weeks ago

Technically seems correct, but there might be reasons for installing it in /usr/bin.

This might require updating documentation in some places.

maraino commented 1 week ago

This make install command was used in the past to build the Debian package, but we now use goreleaser for this, so the install is no longer required.

We can keep the command we the proper fixes, or we can simply remove it.