diff options
| author | Tin Htet Kyaw | 2010-07-24 14:42:41 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-24 17:05:27 -0700 |
| commit | 22f24b904c1d95978d56fedc20172bc42cb01b5d (patch) | |
| tree | c11b421a60f201f8676a27d74133e00ff06a545c /Library/Formula | |
| parent | b7c07958ef2c951504f294d611dda863ce2900da (diff) | |
| download | homebrew-22f24b904c1d95978d56fedc20172bc42cb01b5d.tar.bz2 | |
fixed bug in previous commit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hadoop.rb | 3 |
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 |
