diff options
| author | Adam Vandenberg | 2010-07-30 10:30:21 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-30 10:30:21 -0700 | 
| commit | bb861658a70681269a692c516d956e8162330eb5 (patch) | |
| tree | e12cc97c895b6c2fc2b7052de7ca5c1fec552ede /Library/Formula/mysql.rb | |
| parent | 9b9b8ec0486639e60f97a73376fdffaf43941e3b (diff) | |
| download | homebrew-bb861658a70681269a692c516d956e8162330eb5.tar.bz2 | |
mysql - add mysql.server to bin
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index e4d04740b..fb1346402 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -52,7 +52,8 @@ class Mysql <Formula      system "./configure", *configure_args      system "make install" -    ln_s "#{libexec}/mysqld", "#{bin}/mysqld" +    ln_s "#{libexec}/mysqld", bin +    ln_s "#{share}/mysql/mysql.server", bin      (prefix+'mysql-test').rmtree unless ARGV.include? '--with-tests' # save 66MB!      (prefix+'sql-bench').rmtree unless ARGV.include? '--with-bench'  | 
