aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Neubauer2012-10-17 17:29:39 +0300
committerAdam Vandenberg2012-10-18 16:21:13 -0700
commit1336fde7f44737ce1e39432b14bfecd1e2c00f56 (patch)
tree36790103ee9823d66ca7262eb1f4904bee9b22ef /Library
parent66ce64c11835eff65f9078b98bc196593d925eb5 (diff)
downloadhomebrew-1336fde7f44737ce1e39432b14bfecd1e2c00f56.tar.bz2
Neo4j 1.8: mark Homebrew as the source
Closes #15507. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neo4j.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index 7297dfca7..6c3768292 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/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