aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGerald Kaszuba2012-03-20 10:02:38 +1100
committerAdam Vandenberg2012-03-19 18:06:31 -0700
commit81353a373753899f9d3bae50560b8e01dead4f54 (patch)
tree40d4fd1cfa480cc48abfb16e562c60dcb8c81e47 /Library/Formula
parentf26c00220aec699471a3807a7e662bec43a61d70 (diff)
downloadhomebrew-81353a373753899f9d3bae50560b8e01dead4f54.tar.bz2
hadoop 1.0.1
Also install the "contrib" directory Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hadoop.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index b3ccdb9f8..afcc3302e 100644
--- a/Library/Formula/hadoop.rb
+++ b/Library/Formula/hadoop.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hadoop < Formula
homepage 'http://hadoop.apache.org/common/'
- url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.0/hadoop-1.0.0.tar.gz'
- md5 'fa150612de0efe80be88144c28225780'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.1/hadoop-1.0.1.tar.gz'
+ md5 'e627d9b688c4de03cba8313bd0bba148'
def shim_script target
<<-EOS.undent
@@ -14,7 +14,7 @@ class Hadoop < Formula
def install
rm_f Dir["bin/*.bat"]
- libexec.install %w[bin conf lib webapps]
+ libexec.install %w[bin conf lib webapps contrib]
libexec.install Dir['*.jar']
bin.mkpath
Dir["#{libexec}/bin/*"].each do |b|