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:
parent
93da6e5af7
commit
31c1d97bd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue