From a840c4a17d2f35095eba954adf4f231559056c46 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 2 Sep 2011 14:41:57 -0700 Subject: Fix plist permissions for Lion --- Library/Formula/postgresql.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/postgresql.rb') diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6fca2a6d9..6d9af4535 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -64,6 +64,7 @@ class Postgresql < Formula end (prefix+'org.postgresql.postgres.plist').write startup_plist + (prefix+'org.postgresql.postgres.plist').chmod 0644 end def check_python_arch -- cgit v1.2.3