From d7bf587907702e5d52a2fb47afc2df6c6b5022c3 Mon Sep 17 00:00:00 2001
From: Stephen Caudill
Date: Sat, 12 Dec 2009 14:08:49 -0500
Subject: Use mysql's database location as WorkingDirectory
---
Library/Formula/mysql.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Library/Formula')
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 0f5809551..f6302a21e 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -81,7 +81,7 @@ Or start manually with:
UserName
#{`whoami`.chomp}
WorkingDirectory
- #{HOMEBREW_PREFIX}
+ #{HOMEBREW_PREFIX}/var
EOPLIST
--
cgit v1.2.3