Quickie: Fix /usr/local permissions for Homebrew on Mac OS X

Filed January 6, 2011 at 2:41 pm.

Homebrew is a great way to get unixy software on your Mac. The default install is to /usr/local, and it fixes the directory permissions so you don’t sudo every time. Every so often, however, the permissions can get a little mangled, usually from some other overzealous installer.

This quick fix is just a small modification to the standard Homebrew installer, removing the parts that actually do the installing: Running this command should fix your Homebrew /usr/local install in no time.

ruby -e "$(curl -fsSL https://gist.github.com/raw/768518/fix_homebrew.rb)"

Similar Posts:

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.