diff options
| author | Jack Nagel | 2012-09-13 12:55:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-13 12:55:42 -0500 |
| commit | 2f6cbc6639bf50209188bf82af364ba14204f05f (patch) | |
| tree | 09336b8273fe32ba8b7cc52bbe96622610eaad5d /Library/Formula | |
| parent | e9799d5d520cea83e82fd927d6e984e696535d0e (diff) | |
| download | homebrew-2f6cbc6639bf50209188bf82af364ba14204f05f.tar.bz2 | |
postgresql: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 80e459ee8..78dc70d00 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -15,8 +15,6 @@ class Postgresql < Formula option 'no-perl', 'Build without Perl support' option 'enable-dtrace', 'Build with DTrace support' - skip_clean :all - # Fix PL/Python build: https://github.com/mxcl/homebrew/issues/11162 # Fix uuid-ossp build issues: http://archives.postgresql.org/pgsql-general/2012-07/msg00654.php def patches |
