Neo4j 1.8: mark Homebrew as the source

Closes Homebrew/homebrew#15507.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Peter Neubauer 2012-10-17 17:29:39 +03:00 committed by Adam Vandenberg
parent 463a9ab44d
commit 388842cbc1
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ class Neo4j < Formula
# Symlink binaries
bin.install_symlink Dir["#{libexec}/bin/neo4j{,-shell}"]
# Adjust UDC props
open("#{libexec}/conf/neo4j-wrapper.conf", 'a') { |f|
f.puts "wrapper.java.additional.4=-Dneo4j.ext.udc.source=homebrew"
}
end
def caveats; <<-EOS.undent