mongodb@3.0: replace deprecated scons call.
This commit is contained in:
parent
e1bf6e1f4f
commit
8c4205f45b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class MongodbAT30 < 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