diff --git a/Formula/omniorb.rb b/Formula/omniorb.rb index ad4d796fa4..6ccb9a9f79 100644 --- a/Formula/omniorb.rb +++ b/Formula/omniorb.rb @@ -20,14 +20,13 @@ class Omniorb < Formula end def install - args = ["--prefix=#{prefix}"] - system "./configure", *args + system "./configure", "--prefix=#{prefix}" system "make" system "make install" python do OmniorbBindings.new.brew do - system "./configure", *args + system "./configure", "--prefix=#{prefix}" system "make install" end end