uade: fix rubocop warning.
This commit is contained in:
parent
a77be89c36
commit
e2e9e01809
1 changed files with 7 additions and 5 deletions
|
@ -26,11 +26,13 @@ class Uade < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
resource("bencode-tools").stage do
|
||||
system "./configure", "--prefix=#{prefix}", "--without-python"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end if build.head?
|
||||
if build.head?
|
||||
resource("bencode-tools").stage do
|
||||
system "./configure", "--prefix=#{prefix}", "--without-python"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue