aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStephen Caudill2009-12-12 14:08:49 -0500
committerMax Howell2009-12-22 02:52:05 +0000
commitd7bf587907702e5d52a2fb47afc2df6c6b5022c3 (patch)
tree9d7571c31f6adb888872427e5217c8a365805ad6 /Library
parent653ae0df43df44fae75fef251fa3d746de5de4d8 (diff)
downloadhomebrew-d7bf587907702e5d52a2fb47afc2df6c6b5022c3.tar.bz2
Use mysql's database location as WorkingDirectory
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb2
1 files changed, 1 insertions, 1 deletions
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:
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
- <string>#{HOMEBREW_PREFIX}</string>
+ <string>#{HOMEBREW_PREFIX}/var</string>
</dict>
</plist>
EOPLIST