diff options
| author | Max Howell | 2009-09-16 17:08:32 +0100 | 
|---|---|---|
| committer | Max Howell | 2009-09-16 17:08:32 +0100 | 
| commit | 4fe374dafde412814d0398314852b7096332ed3d (patch) | |
| tree | 4675a010f6af6d6c8182aa2200bc3bdd5ca30a06 /Library/Formula/lua.rb | |
| parent | 9a59a1037c4bb227da2fff2fae209f341b9aedbe (diff) | |
| download | homebrew-4fe374dafde412814d0398314852b7096332ed3d.tar.bz2 | |
Default to patch level 1
Having gone through our patches it's clear that p1 is more standard.
Also fixed a bug where returning DATA outside of an array would fail to patch.
Diffstat (limited to 'Library/Formula/lua.rb')
| -rw-r--r-- | Library/Formula/lua.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb index 5cbc50424..c3ef715af 100644 --- a/Library/Formula/lua.rb +++ b/Library/Formula/lua.rb @@ -6,7 +6,7 @@ class Lua <Formula    @md5='d0870f2de55d59c1c8419f36e8fac150'    def patches -    { :p1 => DATA } +    DATA    end    def install @@ -25,6 +25,8 @@ class Lua <Formula  end +# TODO honestly maybe this is better as it was before, ie. a gist. It's long +# and potentially more useful to other people as a gist.  __END__  diff -Naur lua-5.1.4/Makefile lua-5.1.4-2/Makefile  --- lua-5.1.4/Makefile	2008-08-11 18:40:48.000000000 -0600  | 
