aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Olive2009-11-13 14:27:21 -0500
committerMax Howell2009-12-05 18:05:20 +0000
commit9c8c453d46662f3f8b106e606bc69274bf7b3c15 (patch)
tree1327032da5f2043f82d94d74476fe6d0dda4f624 /Library
parentb8affca77a6f2b683e0d0be7df29c263ef5015db (diff)
downloadhomebrew-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.rb4
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