From b7c07958ef2c951504f294d611dda863ce2900da Mon Sep 17 00:00:00 2001 From: Tin Htet Kyaw Date: Sat, 24 Jul 2010 09:04:27 -0700 Subject: install webapps and jars to make hadoop work out of the box Signed-off-by: Adam Vandenberg --- Library/Formula/hadoop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3