diff options
| author | Jack Nagel | 2012-09-13 12:55:42 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-09-13 12:55:42 -0500 | 
| commit | e9799d5d520cea83e82fd927d6e984e696535d0e (patch) | |
| tree | 61a02ad8ad6309b68192b7a6226352214ea213f0 /Library/Formula/postgis.rb | |
| parent | 06fa21a7d0783460be2fa010c22ea51058adfb14 (diff) | |
| download | homebrew-e9799d5d520cea83e82fd927d6e984e696535d0e.tar.bz2 | |
postgis: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/postgis.rb')
| -rw-r--r-- | Library/Formula/postgis.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index d487e8624..594d000ab 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -32,10 +32,6 @@ class Postgis < Formula      ]    end -  # PostGIS command line tools intentionally have unused symbols in -  # them---these are callbacks for liblwgeom. -  skip_clean :all -    def postgresql      # Follow the PostgreSQL linked keg back to the active Postgres installation      # as it is common for people to avoid upgrading Postgres.  | 
