aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-30 10:30:21 -0700
committerAdam Vandenberg2010-07-30 10:30:21 -0700
commitbb861658a70681269a692c516d956e8162330eb5 (patch)
treee12cc97c895b6c2fc2b7052de7ca5c1fec552ede /Library
parent9b9b8ec0486639e60f97a73376fdffaf43941e3b (diff)
downloadhomebrew-bb861658a70681269a692c516d956e8162330eb5.tar.bz2
mysql - add mysql.server to bin
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb3
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'