aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLincoln Stoll2010-01-18 20:23:50 +0100
committerMax Howell2010-01-24 12:31:52 +0000
commitce1f889810000479acff9d7fe8b254f19e92825b (patch)
tree5741cc9bc010a52c4e6f5d69563354b6d1609337 /Library
parent1001c2765a29c32b99283eee84abd3dd5d2dc47d (diff)
downloadhomebrew-ce1f889810000479acff9d7fe8b254f19e92825b.tar.bz2
Set MySQL sysconfdir so my.cnf can be in 'etc'
Fixes #501
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index f6302a21e..e803e147f 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -31,6 +31,7 @@ class Mysql <Formula
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--localstatedir=#{var}/mysql",
+ "--sysconfdir=#{etc}",
"--with-plugins=innobase,myisam",
"--with-extra-charsets=complex",
"--with-ssl",