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
commit95a133a636ec33bafbc37e797a71fa7a52bc537b (patch)
treead956a3398d3ddf43c0bb376759a1e1408764e3d /Library
parentf81021f110979256a6c236a14af94852d59a9102 (diff)
downloadhomebrew-95a133a636ec33bafbc37e797a71fa7a52bc537b.tar.bz2
Var goes back in the keg. Fixes #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