kibana 4.3.0
Closes Homebrew/homebrew#46593. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b2ca0e2331
commit
076cbf55be
@ -614,7 +614,7 @@ class FormulaAuditor
|
|||||||
problem "\"Formula.factory(name)\" is deprecated in favor of \"Formula[name]\""
|
problem "\"Formula.factory(name)\" is deprecated in favor of \"Formula[name]\""
|
||||||
end
|
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"
|
need_npm = "\#{Formula[\"node\"].opt_libexec\}/npm/bin"
|
||||||
problem <<-EOS.undent
|
problem <<-EOS.undent
|
||||||
Please add ENV.prepend_path \"PATH\", \"#{need_npm}"\ to def install
|
Please add ENV.prepend_path \"PATH\", \"#{need_npm}"\ to def install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user