aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:42 -0500
committerJack Nagel2012-09-13 12:55:42 -0500
commit2f6cbc6639bf50209188bf82af364ba14204f05f (patch)
tree09336b8273fe32ba8b7cc52bbe96622610eaad5d /Library/Formula
parente9799d5d520cea83e82fd927d6e984e696535d0e (diff)
downloadhomebrew-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.rb2
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