From db2ccd294dbf4f5e0860624887e9ecc215e08577 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 1 Oct 2009 14:44:40 +0100 Subject: [PATCH] Formula.var is now HOMEBREW_PREFIX/var --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 4353bf0e03..55fbff0fcb 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -96,7 +96,7 @@ class Formula def info; prefix+'share'+'info' end def include; prefix+'include' 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 def download_strategy