Removing skip_clean? didn't break gawk for me
This commit is contained in:
parent
46ba3e04a2
commit
d4201d1c27
1 changed files with 0 additions and 6 deletions
|
@ -5,12 +5,6 @@ class Gawk <Formula
|
|||
@homepage='http://www.gnu.org/software/gawk/'
|
||||
@md5='674cc5875714315c490b26293d36dfcf'
|
||||
|
||||
# For some reason, without this gawk (but not pgawk)
|
||||
# loses its executable bit. I have no idea why.
|
||||
def skip_clean? path
|
||||
true
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue