diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 4ccc5aa3e..72ff0ec30 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -44,6 +44,8 @@ class Mysql <Formula system "./configure", *configure_args system "make install" + FileUtils.ln_s "#{prefix}/libexec/mysqld", "#{prefix}/bin/mysqld" + (prefix+'mysql-test').rmtree unless ARGV.include? '--with-tests' # save 66MB! (prefix+'sql-bench').rmtree unless ARGV.include? '--with-bench' |
