aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTin Htet Kyaw2010-07-24 14:42:41 -0700
committerAdam Vandenberg2010-07-24 17:05:27 -0700
commit22f24b904c1d95978d56fedc20172bc42cb01b5d (patch)
treec11b421a60f201f8676a27d74133e00ff06a545c /Library
parentb7c07958ef2c951504f294d611dda863ce2900da (diff)
downloadhomebrew-22f24b904c1d95978d56fedc20172bc42cb01b5d.tar.bz2
fixed bug in previous commit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hadoop.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index 1fa77b656..ea74beeac 100644
--- a/Library/Formula/hadoop.rb
+++ b/Library/Formula/hadoop.rb
@@ -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