diff options
| author | Jake Good | 2012-02-27 08:18:02 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-27 14:30:18 -0600 |
| commit | 6eebea9ba3a09b38766f351774da979df87951cb (patch) | |
| tree | cbc6ed4381c11bda250628dde28393b3ec5978f1 /Library/Formula | |
| parent | a58b1888a0f8d6adf5173b6c1e21c311546e0b50 (diff) | |
| download | homebrew-6eebea9ba3a09b38766f351774da979df87951cb.tar.bz2 | |
hadoop: fix inreplace
Closes #10532.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hadoop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb index 0b3ec1c26..b3ccdb9f8 100644 --- a/Library/Formula/hadoop.rb +++ b/Library/Formula/hadoop.rb @@ -23,7 +23,7 @@ class Hadoop < Formula end inreplace "#{libexec}/conf/hadoop-env.sh", - "# export JAVA_HOME=/usr/lib/j2sdk1.6-sun", + "# export JAVA_HOME=/usr/lib/j2sdk1.5-sun", "export JAVA_HOME=\"$(/usr/libexec/java_home)\"" end |
