lesspipe: use "all" type of decompressors

Before configure script will check the decompressor which is installed on the build machine,
but now skip the checker in configure script.

Closes Homebrew/homebrew#41109.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Masaru Yokoi 2015-06-26 23:24:47 +09:00 committed by Dominyk Tiller
parent 93da6e5af7
commit 31c1d97bd5

View file

@ -13,7 +13,7 @@ class Lesspipe < Formula
inreplace 'configure', %q{$ifsyntax = "\L$ifsyntax";}, %q{$ifsyntax = "\Ly";}
end
system "./configure", "--prefix=#{prefix}", "--default"
system "./configure", "--prefix=#{prefix}", "--yes"
man1.mkpath
system "make install"
end