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:
parent
9d3ddfb466
commit
55025865eb
@ -35,8 +35,8 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
HOMEBREW_PREFIX = (Pathname.getwd+__FILE__).dirname.parent.parent.cleanpath
|
HOMEBREW_PREFIX = (Pathname.getwd+__FILE__).dirname.parent.parent.cleanpath
|
||||||
|
HOMEBREW_REPOSITORY = HOMEBREW_PREFIX.realpath
|
||||||
HOMEBREW_CELLAR = HOMEBREW_PREFIX+'Cellar'
|
HOMEBREW_CELLAR = HOMEBREW_PREFIX+'Cellar'
|
||||||
HOMEBREW_REPOSITORY = HOMEBREW_CELLAR.realpath.parent
|
|
||||||
HOMEBREW_VERSION = 0.4
|
HOMEBREW_VERSION = 0.4
|
||||||
HOMEBREW_WWW = 'http://bit.ly/Homebrew'
|
HOMEBREW_WWW = 'http://bit.ly/Homebrew'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user