From 2703702fdc0d63f6a18fa9ef8faaf7bbc14b7702 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 12 Sep 2009 12:44:04 +0100 Subject: Formula::var Points to eg. Cellar/wget/var rather than Cellar/wget/1.1.5/var Discussion: 1689bbc326f1201ea979178ebcadba344abf2568 --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index e995f88d1..79d325ec5 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -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 -- cgit v1.2.3