diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 0e6b48f13..1788d2a44 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -89,9 +89,6 @@ class Mysql < Formula      system "make"      system "make install" -    plist_path.write startup_plist -    plist_path.chmod 0644 -      # Don't create databases inside of the prefix!      # See: https://github.com/mxcl/homebrew/issues/4975      rm_rf prefix+'data' | 
