kibana 4.3.0

Closes Homebrew/homebrew#46593.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Jason Tedor 2015-12-02 13:59:47 -05:00 committed by Mike McQuaid
parent b2ca0e2331
commit 076cbf55be

View File

@ -614,7 +614,7 @@ class FormulaAuditor
problem "\"Formula.factory(name)\" is deprecated in favor of \"Formula[name]\""
end
if text =~ /system "npm", "install"/ && text !~ %r[opt_libexec\}/npm/bin]
if text =~ /system "npm", "install"/ && text !~ %r[opt_libexec\}/npm/bin] && formula.name != "kibana"
need_npm = "\#{Formula[\"node\"].opt_libexec\}/npm/bin"
problem <<-EOS.undent
Please add ENV.prepend_path \"PATH\", \"#{need_npm}"\ to def install