fixed bug in previous commit

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Tin Htet Kyaw 2010-07-24 14:42:41 -07:00 committed by Adam Vandenberg
parent d53715c4fd
commit 90997ff5e2
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ class Hadoop < Formula
def install
rm_f Dir["bin/*.bat"]
libexec.install %w[bin conf contrib lib webapps *.jar]
libexec.install %w[bin conf contrib lib webapps]
libexec.install Dir['*.jar']
bin.mkpath
Dir["#{libexec}/bin/*"].each do |b|
n = Pathname.new(b).basename