mongodb@3.6: replace deprecated scons call.
This commit is contained in:
parent
72c8166fe1
commit
0c664aa004
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class MongodbAT36 < Formula
|
|||
|
||||
args << "--disable-warnings-as-errors" if MacOS.version >= :yosemite
|
||||
|
||||
scons "install", *args
|
||||
system "scons", "install", *args
|
||||
|
||||
(buildpath/"mongod.conf").write mongodb_conf
|
||||
etc.install "mongod.conf"
|
||||
|
|
Loading…
Reference in a new issue