diff options
| author | Ben Olive | 2009-11-13 14:27:21 -0500 |
|---|---|---|
| committer | Max Howell | 2009-12-05 18:05:20 +0000 |
| commit | 9c8c453d46662f3f8b106e606bc69274bf7b3c15 (patch) | |
| tree | 1327032da5f2043f82d94d74476fe6d0dda4f624 /Library | |
| parent | b8affca77a6f2b683e0d0be7df29c263ef5015db (diff) | |
| download | homebrew-9c8c453d46662f3f8b106e606bc69274bf7b3c15.tar.bz2 | |
Comments reflect actual patch level of 1.
Updated comments to match new default patch level from revision 4fe374d
Diffstat (limited to 'Library')
| -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 |
