omniorb: remove variable
This commit is contained in:
parent
3201b52815
commit
a1b8e4f919
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue