tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

Using the right PREFIX #110

Closed rnkn closed 4 years ago

rnkn commented 5 years ago

Hello,

Thanks for putting the work into making this 👍

A quick note about your Makefile, I know that some Linuxes put stuff into /usr when they shouldn't, but to consult man hier...

/usr/local
    This is where programs which are local to the site typically go.

Using /usr is a bit of an endemic no-no, but if we all work together, we can make a difference!

Again, much appreciation for the time you've put into this.

tadfisher commented 5 years ago

You can set PREFIX to whatever you'd like with make PREFIX=$dir. Are you reporting about the default value?

rnkn commented 5 years ago

Default yep. I've installed via Homebrew so this is more a "greater good" thing.

tadfisher commented 5 years ago

I believe the Homebrew recipe needs to be changed to set an alternate PREFIX, then.

rnkn commented 5 years ago

Homebrew works perfectly. I'm trying to enact a cultural change here man! Down with /usr! All hail /usr/local! (Feel free to close this issue..)