mosh: reduce bottle deviations.
This commit is contained in:
parent
e2f6132ca8
commit
6658144650
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue