aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hadoop.rb
diff options
context:
space:
mode:
authorTin Htet Kyaw2010-07-24 09:04:27 -0700
committerAdam Vandenberg2010-07-24 09:59:03 -0700
commitb7c07958ef2c951504f294d611dda863ce2900da (patch)
tree965f157d980aceeabcd1f79b4694edff915c61fe /Library/Formula/hadoop.rb
parent5c1ee4628172ec600d39bf6fe546c50687ada505 (diff)
downloadhomebrew-b7c07958ef2c951504f294d611dda863ce2900da.tar.bz2
install webapps and jars to make hadoop work out of the box
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/hadoop.rb')
-rw-r--r--Library/Formula/hadoop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index a4bd78e92..1fa77b656 100644
--- a/Library/Formula/hadoop.rb
+++ b/Library/Formula/hadoop.rb
@@ -15,7 +15,7 @@ class Hadoop < Formula
def install
rm_f Dir["bin/*.bat"]
- libexec.install %w[bin conf contrib lib]
+ libexec.install %w[bin conf contrib lib webapps *.jar]
bin.mkpath
Dir["#{libexec}/bin/*"].each do |b|
n = Pathname.new(b).basename