mongodb@3.0: replace deprecated scons call.

This commit is contained in:
Mike McQuaid 2019-01-04 20:21:40 +00:00
parent e1bf6e1f4f
commit 8c4205f45b

View file

@ -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"