This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# | |
# This script installs to /usr/local only. To install elsewhere you can just | |
# untar http://github.com/mxcl/homebrew/tarball/master anywhere you like. | |
# | |
# 2nd July 2010: | |
# Added chgrp/chmod for all man directories (/usr/local/share/man*) | |
# | |
# 30th March 2010: | |
# Added a check to make sure user is in the staff group. This was a problem |