mysql - add mysql.server to bin

master
Adam Vandenberg 2010-07-30 10:30:21 -07:00
parent 1893a609ce
commit ac45bb1047
1 changed files with 2 additions and 1 deletions

View File

@ -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'