diff options
| author | Adam Vandenberg | 2011-09-02 14:41:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-02 14:41:57 -0700 |
| commit | a840c4a17d2f35095eba954adf4f231559056c46 (patch) | |
| tree | 0c4fc1ccc0528052646ee56c4822cc2fd4441ab1 /Library/Formula/postgresql.rb | |
| parent | 59d0f7975c47def12d16e6326a85c35cde7e4d57 (diff) | |
| download | homebrew-a840c4a17d2f35095eba954adf4f231559056c46.tar.bz2 | |
Fix plist permissions for Lion
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
