diff options
| author | Mike McQuaid | 2014-02-16 22:09:28 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-16 22:09:28 +0000 |
| commit | 6faa283beb7c6cddc2ceef46923f4b5ff633a7ba (patch) | |
| tree | ca0aeab6752f711a00447ca505a79d6471575599 /Library | |
| parent | b6706fdc16c85be4ab6f9ff02f5af88568758fd5 (diff) | |
| download | homebrew-6faa283beb7c6cddc2ceef46923f4b5ff633a7ba.tar.bz2 | |
mysql-cluster: fix audit.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb index 629479455..26bc3c65c 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -108,6 +108,11 @@ class MysqlCluster < Formula s.gsub!(/pidof/, 'pgrep') if MacOS.version >= :mountain_lion end ln_s "#{prefix}/support-files/mysql.server", bin + + # Move mysqlaccess to libexec + libexec.mkpath + libexec.install "#{bin}/mysqlaccess", "#{bin}/mysqlaccess.conf", + "#{bin}/mcc_config.py" end def caveats; <<-EOS.undent |
