aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-03-31 12:41:48 -0500
committerMike McQuaid2014-03-31 12:42:03 -0500
commita41582ea8a67377d239811d34ec85697f650ea2a (patch)
tree1bda1b01cf09b2bc6399a09b252f5a060c1f10f7 /Library/Formula
parent67201b15354dfc826d8c3735edcc0f2acd023c91 (diff)
downloadhomebrew-a41582ea8a67377d239811d34ec85697f650ea2a.tar.bz2
neo4j: remove use of config that doesn't exist.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/neo4j.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index 7614aecae..53baf08d5 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/Formula/neo4j.rb
@@ -10,9 +10,6 @@ class Neo4j < Formula
# Remove windows files
rm_f Dir["bin/*.bat"]
- # Fix the permissions on the global settings file.
- chmod 0644, "config"
-
# Install jars in libexec to avoid conflicts
libexec.install Dir['*']