aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-09-30 01:11:24 +0100
committerMax Howell2009-09-30 01:24:49 +0100
commit9d3ddfb466253b4d24bba6ab982bf7e0d373bfda (patch)
treee43cd8f218c137e16ba6c61ba6117ca90c71bd85 /Library
parent396ec2efae0cb275d5a52c05167d9e1da2875c4c (diff)
downloadbrew-9d3ddfb466253b4d24bba6ab982bf7e0d373bfda.tar.bz2
Var goes back in the keg. Fixes Homebrew/homebrew#67
I'm not sure about this still, as if you uninstall mysql do you want to lose all the var stuff it created? Maybe. Probably not. But there were issues unresolved having it in the unversioned-keg. So I'd rather look at this again later, and fix the bugs without hacks for now.
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 39d8ee120..c58630c98 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.parent+'var' end
+ def var; prefix+'var' end
# reimplement if we don't autodetect the download strategy you require
def download_strategy