aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql-cluster.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mysql-cluster.rb')
-rw-r--r--Library/Formula/mysql-cluster.rb5
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