Formula.var is now HOMEBREW_PREFIX/var

This commit is contained in:
Max Howell 2009-10-01 14:44:40 +01:00
parent 1156cc49d8
commit db2ccd294d

View File

@ -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