Removing skip_clean? didn't break gawk for me

This commit is contained in:
Max Howell 2009-09-29 23:25:50 +01:00
parent 46ba3e04a2
commit d4201d1c27

View file

@ -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"