From d4d9fddbaba8401b86e48824fcb37804ef3cdaa0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Jun 2013 21:07:21 -0700 Subject: omniorb: remove variable --- Library/Formula/omniorb.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/omniorb.rb b/Library/Formula/omniorb.rb index ad4d796fa..6ccb9a9f7 100644 --- a/Library/Formula/omniorb.rb +++ b/Library/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 -- cgit v1.2.3