FiloSottile/passage

I don't use homebew, but instead, I use ports on the mac. "make install" gives errors

Closed this issue · 2 comments

wglb commented

sudo make install
Password:
install: chmod 755 /usr/share/zsh/site-functions: Operation not permitted
install: /usr/share/zsh/site-functions/_passage: Operation not permitted
make: *** [install-common] Error 71

You can get around this by changing the prefix variable in the makefile to /usr/local/. If you use thefzf integration then you can remove the section for shell autocompletion.

wglb commented

That fixes the problem, thanks.