aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-10-01 14:44:40 +0100
committerMax Howell2009-10-01 15:17:31 +0100
commitc257c0ef4c2bb8138353b06fab8a84c8398604a6 (patch)
tree12b7fc5b897b1b0d9f7caf808f08ec1e84dc1249 /Library
parent3801f4d0b26810af9273d3a8d97c46f538fcbfd1 (diff)
downloadhomebrew-c257c0ef4c2bb8138353b06fab8a84c8398604a6.tar.bz2
Formula.var is now HOMEBREW_PREFIX/var
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 4353bf0e0..55fbff0fc 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