From 07b8bb7cc5d5d8ff13450c354d80a3194eb5fd7a Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 25 Sep 2009 13:43:45 +0100 Subject: Fix readline Patches were level 0, not level 1 --- Library/Formula/readline.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3