diff options
| author | Ben Olive | 2009-11-13 14:27:21 -0500 |
|---|---|---|
| committer | Max Howell | 2009-12-05 18:05:20 +0000 |
| commit | 5131475ae192f9895cff3b1b0ccdffca963ba556 (patch) | |
| tree | 6ee5a9506f3ea8f4d6529914bd3e10a0fdc97065 | |
| parent | c4c2a30b367bedf2f10de6e27f41c5571c648935 (diff) | |
| download | brew-5131475ae192f9895cff3b1b0ccdffca963ba556.tar.bz2 | |
Comments reflect actual patch level of 1.
Updated comments to match new default patch level from revision 4fe374d
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index ce637b32a..d11aeefd3 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -176,7 +176,7 @@ class Formula def caveats; nil end # patches are automatically applied after extracting the tarball - # return an array of strings, or if you need a patch level other than -p0 + # return an array of strings, or if you need a patch level other than -p1 # return a Hash eg. # { # :p0 => ['http://foo.com/patch1', 'http://foo.com/patch2'], @@ -380,7 +380,7 @@ private ohai "Patching" if not patches.kind_of? Hash - # We assume -p0 + # We assume -p1 patch_defns = { :p1 => patches } else patch_defns = patches |
