mariadb@10.1: use Superenv.shims_path

Added in https://github.com/Homebrew/brew/pull/11987.
master
Mike McQuaid 2021-09-08 13:56:40 +01:00
parent fb382cbeff
commit e5c7917d66
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class MariadbAT101 < Formula
system "make", "install" system "make", "install"
# Avoid references to the Homebrew shims directory # Avoid references to the Homebrew shims directory
inreplace bin/"mysqlbug", HOMEBREW_SHIMS_PATH/"mac/super/", "" inreplace bin/"mysqlbug", "#{Superenv.shims_path}/", ""
# Fix my.cnf to point to #{etc} instead of /etc # Fix my.cnf to point to #{etc} instead of /etc
(etc/"my.cnf.d").mkpath (etc/"my.cnf.d").mkpath