diff options
| author | Adam Vandenberg | 2012-09-13 07:11:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-13 07:11:42 -0700 |
| commit | c71325ad258e011f27d90afeb1fcef80e95d0def (patch) | |
| tree | 6a40e719e368ca9a7cc6ce292eed1611f9484e0f /Library/Formula | |
| parent | acb1f7f78e729b4158c269f8f4f89a1eaded06c6 (diff) | |
| download | homebrew-c71325ad258e011f27d90afeb1fcef80e95d0def.tar.bz2 | |
mysql: stop using skip_clean :all
Closes #14911.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index d094422ef..d0898bb1f 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -26,6 +26,7 @@ class Mysql < Formula conflicts_with 'mariadb', :because => "mysql and mariadb install the same binaries." + conflicts_with 'percona-server', :because => "mysql and percona-server install the same binaries." @@ -34,8 +35,6 @@ class Mysql < Formula cause "https://github.com/mxcl/homebrew/issues/issue/144" end - skip_clean :all # So "INSTALL PLUGIN" can work. - def install # Build without compiler or CPU specific optimization flags to facilitate # compilation of gems and other software that queries `mysql-config`. |
