gawk - remove unsed configure switch
This commit is contained in:
parent
9ad89c9c0d
commit
e348126a89
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Gawk <Formula
|
|||
md5 '52b41c6c4418b3226dfb8f82076193bb'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue