aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-09-25 13:43:45 +0100
committerMax Howell2009-09-25 15:31:55 +0100
commit07b8bb7cc5d5d8ff13450c354d80a3194eb5fd7a (patch)
treedc445052a35e9609d847f6cf2f0290baf9671f6c /Library/Formula
parent5a6f278c51be09e2cfaf10fabc4802ebcea4490a (diff)
downloadhomebrew-07b8bb7cc5d5d8ff13450c354d80a3194eb5fd7a.tar.bz2
Fix readline
Patches were level 0, not level 1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/readline.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 613e1cf32..3c32982ce 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -13,9 +13,8 @@ to keg-only.
end
def patches
- if MACOS_VERSION == 10.5
- (1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n}
- end
+ patches = (1..4).collect { |n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n }
+ { :p0 => patches }
end
def install