MySQL - simplify a couple path references

master
Adam Vandenberg 2010-03-05 17:59:25 -08:00
parent 2030be4935
commit 3513bdd3a7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Mysql <Formula
system "./configure", *configure_args
system "make install"
FileUtils.ln_s "#{prefix}/libexec/mysqld", "#{prefix}/bin/mysqld"
ln_s "#{libexec}/mysqld", "#{bin}/mysqld"
(prefix+'mysql-test').rmtree unless ARGV.include? '--with-tests' # save 66MB!
(prefix+'sql-bench').rmtree unless ARGV.include? '--with-bench'