diff options
| author | Adam Vandenberg | 2012-12-16 16:37:56 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-12-16 16:37:56 -0800 | 
| commit | 4867f927abf97cf3277b378fbf0fc5f2c31007d3 (patch) | |
| tree | 4f496dc6aab02ca8142117fb64ed2ead86c6ce08 /Library/Formula/hadoop.rb | |
| parent | e5b53dd64b769b67805d1054d906f7083939d905 (diff) | |
| download | homebrew-4867f927abf97cf3277b378fbf0fc5f2c31007d3.tar.bz2 | |
Hadoop: don't link rcc into bin
Closes #15501.
Diffstat (limited to 'Library/Formula/hadoop.rb')
| -rw-r--r-- | Library/Formula/hadoop.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb index 5c1b41e06..b7c5fbd6a 100644 --- a/Library/Formula/hadoop.rb +++ b/Library/Formula/hadoop.rb @@ -10,6 +10,8 @@ class Hadoop < Formula      libexec.install %w[bin conf lib webapps contrib]      libexec.install Dir['*.jar']      bin.write_exec_script Dir["#{libexec}/bin/*"] +    # But don't make rcc visible, it conflicts with Qt +    (bin/'rcc').unlink      inreplace "#{libexec}/conf/hadoop-env.sh",        "# export JAVA_HOME=/usr/lib/j2sdk1.5-sun",  | 
