Formula::var
Points to eg. Cellar/wget/var rather than Cellar/wget/1.1.5/var Discussion: 1689bbc326f1201ea979178ebcadba344abf2568
This commit is contained in:
parent
df521478d2
commit
46ac04e410
@ -92,6 +92,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.parent+'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