Formula.var is now HOMEBREW_PREFIX/var
This commit is contained in:
parent
1156cc49d8
commit
db2ccd294d
@ -96,7 +96,7 @@ class Formula
|
|||||||
def info; prefix+'share'+'info' end
|
def info; prefix+'share'+'info' end
|
||||||
def include; prefix+'include' end
|
def include; prefix+'include' end
|
||||||
def share; prefix+'share' end
|
def share; prefix+'share' end
|
||||||
def var; prefix+'var' end
|
def var; HOMEBREW_PREFIX+'var' end
|
||||||
|
|
||||||
# reimplement if we don't autodetect the download strategy you require
|
# reimplement if we don't autodetect the download strategy you require
|
||||||
def download_strategy
|
def download_strategy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user