uade: fix rubocop warning.

This commit is contained in:
Mike McQuaid 2016-11-28 09:24:03 +00:00
parent a77be89c36
commit e2e9e01809

View file

@ -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"