percona-server-mongodb: replace deprecated scons call.
This commit is contained in:
parent
858037990d
commit
315e0cec62
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class PerconaServerMongodb < Formula
|
|||
|
||||
args << "--disable-warnings-as-errors" if MacOS.version >= :yosemite
|
||||
|
||||
scons "install", *args
|
||||
system "scons", "install", *args
|
||||
|
||||
(buildpath/"mongod.conf").write <<~EOS
|
||||
systemLog:
|
||||
|
|
Loading…
Reference in a new issue