diff options
| author | Adam Vandenberg | 2011-04-01 13:33:06 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-01 13:33:06 -0700 |
| commit | a8870b884c0fe6dc83f29cebd56854d10aa80b83 (patch) | |
| tree | 57f36885f6d382397f279ab9756c1d5649d4f45e | |
| parent | 197394c30ca24f67a583bdff2ddbb8d90e9cc891 (diff) | |
| download | homebrew-a8870b884c0fe6dc83f29cebd56854d10aa80b83.tar.bz2 | |
mysql - revert data dir to where it was in 5.1
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index a5eac57a5..0d9157b31 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -26,7 +26,7 @@ class Mysql < Formula args = [ ".", "-DCMAKE_INSTALL_PREFIX='#{prefix}'", - "-DMYSQL_DATADIR='#{var}/mysql/data'", + "-DMYSQL_DATADIR='#{var}/mysql'", "-DINSTALL_MANDIR='#{man}'", "-DWITH_SSL=yes", "-DDEFAULT_CHARSET='utf8'", |
