From 14b1540da733666581803681867950bb11f26ff6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 23 Jun 2013 09:18:46 -0700 Subject: [PATCH] postgis: style nit --- Formula/postgis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/postgis.rb b/Formula/postgis.rb index a1703f3b69..ba4e83d013 100644 --- a/Formula/postgis.rb +++ b/Formula/postgis.rb @@ -62,7 +62,7 @@ class Postgis < Formula # into the Postgres keg instead of the PostGIS keg. Unfortunately, some # things have to be inside the Postgres keg in order to be function. So, we # install everything to a staging directory and manually move the pieces - # into the appropriate prefixes. + # into the appropriate prefixes. mkdir 'stage' system 'make', 'install', "DESTDIR=#{buildpath}/stage"