Fixes Homebrew/homebrew#68, let's not break fresh Homebrew installs

Thanks to boztek for spotting this. I'll commit a test shortly.
This commit is contained in:
Max Howell 2009-09-30 03:10:25 +01:00
parent 9d3ddfb466
commit 55025865eb

View File

@ -35,8 +35,8 @@ else
end
HOMEBREW_PREFIX = (Pathname.getwd+__FILE__).dirname.parent.parent.cleanpath
HOMEBREW_REPOSITORY = HOMEBREW_PREFIX.realpath
HOMEBREW_CELLAR = HOMEBREW_PREFIX+'Cellar'
HOMEBREW_REPOSITORY = HOMEBREW_CELLAR.realpath.parent
HOMEBREW_VERSION = 0.4
HOMEBREW_WWW = 'http://bit.ly/Homebrew'