aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-06-30 10:42:04 -0500
committerJack Nagel2013-06-30 10:42:16 -0500
commitc91f66d8529e950096375ae858f7c6f7d6627fbc (patch)
tree6e84e463f63925086d2ae801110c506e39773f77 /Library/Formula
parent0558fe4b858f2aa6550ad5861712cf3c031f8234 (diff)
downloadhomebrew-c91f66d8529e950096375ae858f7c6f7d6627fbc.tar.bz2
mariadb: mysqlaccess.conf doesn't exist
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mariadb.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 93ad9c084..e48af20b2 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -111,10 +111,6 @@ class Mariadb < Formula
end
ln_s "#{prefix}/support-files/mysql.server", bin
-
- # Move mysqlaccess to libexec
- mv "#{bin}/mysqlaccess", libexec
- mv "#{bin}/mysqlaccess.conf", libexec
end
end