mysql - add mysql.server to bin
parent
1893a609ce
commit
ac45bb1047
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue