aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-23 09:18:46 -0700
committerAdam Vandenberg2013-06-23 09:18:46 -0700
commitf75af7cfeb2200b1cdba29d65e5a07d149d287ba (patch)
treea3002984fa6265e8a8ba75c452fe35a9a60abc91 /Library/Formula
parent27a97a9837e53f3be273e58f3868da1b6e162b27 (diff)
downloadhomebrew-f75af7cfeb2200b1cdba29d65e5a07d149d287ba.tar.bz2
postgis: style nit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index a1703f3b6..ba4e83d01 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/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"