diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mariadb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb index cae4374e5..c09181469 100644 --- a/Library/Formula/mariadb.rb +++ b/Library/Formula/mariadb.rb @@ -123,6 +123,7 @@ class Mariadb < Formula inreplace "#{etc}/my.cnf" do |s| s.gsub!("!includedir /etc/my.cnf.d", "!includedir #{etc}/my.cnf.d") end + touch etc/"my.cnf.d/.homebrew_dont_prune_me" # Don't create databases inside of the prefix! # See: https://github.com/Homebrew/homebrew/issues/4975 |
