From a41582ea8a67377d239811d34ec85697f650ea2a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 31 Mar 2014 12:41:48 -0500 Subject: neo4j: remove use of config that doesn't exist. --- Library/Formula/neo4j.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula') 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['*'] -- cgit v1.2.3