rmlint: replace deprecated scons call.

This commit is contained in:
Mike McQuaid 2019-01-04 20:21:41 +00:00
parent 64a035abd2
commit dfbf7ab0ee

View file

@ -20,7 +20,7 @@ class Rmlint < Formula
depends_on "libelf"
def install
scons "config"
system "scons", "config"
scons
bin.install "rmlint"
man1.install "docs/rmlint.1.gz"