mosh: reduce bottle deviations.

This commit is contained in:
Mike McQuaid 2019-01-24 13:57:03 +00:00
parent e2f6132ca8
commit 6658144650

View file

@ -20,7 +20,7 @@ class Mosh < Formula
end
depends_on "pkg-config" => :build
depends_on "tmux" => :build if build.bottle?
depends_on "tmux" => :build
depends_on "protobuf"
def install
@ -32,7 +32,7 @@ class Mosh < Formula
system "./autogen.sh" if build.head?
system "./configure", "--prefix=#{prefix}", "--enable-completion"
system "make", "check" if build.bottle?
system "make", "check"
system "make", "install"
end