Formula::var

Points to eg. Cellar/wget/var rather than Cellar/wget/1.1.5/var

Discussion: 1689bbc326f1201ea979178ebcadba344abf2568
This commit is contained in:
Max Howell 2009-09-12 12:44:04 +01:00
parent df521478d2
commit 46ac04e410

View File

@ -92,6 +92,7 @@ class Formula
def info; prefix+'share'+'info' end
def include; prefix+'include' end
def share; prefix+'share' end
def var; prefix.parent+'var' end
# reimplement if we don't autodetect the download strategy you require
def download_strategy