Neo4j 1.8: mark Homebrew as the source
Closes Homebrew/homebrew#15507. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
463a9ab44d
commit
388842cbc1
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ class Neo4j < Formula
|
||||||
|
|
||||||
# Symlink binaries
|
# Symlink binaries
|
||||||
bin.install_symlink Dir["#{libexec}/bin/neo4j{,-shell}"]
|
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
|
end
|
||||||
|
|
||||||
def caveats; <<-EOS.undent
|
def caveats; <<-EOS.undent
|
||||||
|
|
Loading…
Reference in a new issue