From 388842cbc1916a7691835ba6cdd2ed5a9ebbe80b Mon Sep 17 00:00:00 2001 From: Peter Neubauer Date: Wed, 17 Oct 2012 17:29:39 +0300 Subject: [PATCH] Neo4j 1.8: mark Homebrew as the source Closes Homebrew/homebrew#15507. Signed-off-by: Adam Vandenberg --- Formula/neo4j.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/neo4j.rb b/Formula/neo4j.rb index 7297dfca7d..6c37682921 100644 --- a/Formula/neo4j.rb +++ b/Formula/neo4j.rb @@ -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