diff options
| author | Stephen Caudill | 2009-12-12 14:08:49 -0500 |
|---|---|---|
| committer | Max Howell | 2009-12-22 02:52:05 +0000 |
| commit | d7bf587907702e5d52a2fb47afc2df6c6b5022c3 (patch) | |
| tree | 9d7571c31f6adb888872427e5217c8a365805ad6 /Library/Formula | |
| parent | 653ae0df43df44fae75fef251fa3d746de5de4d8 (diff) | |
| download | homebrew-d7bf587907702e5d52a2fb47afc2df6c6b5022c3.tar.bz2 | |
Use mysql's database location as WorkingDirectory
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
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 |
