postgis: style nit

This commit is contained in:
Adam Vandenberg 2013-06-23 09:18:46 -07:00
parent 71760dce23
commit 14b1540da7

View file

@ -62,7 +62,7 @@ class Postgis < Formula
# into the Postgres keg instead of the PostGIS keg. Unfortunately, some # 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 # 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 # install everything to a staging directory and manually move the pieces
# into the appropriate prefixes. # into the appropriate prefixes.
mkdir 'stage' mkdir 'stage'
system 'make', 'install', "DESTDIR=#{buildpath}/stage" system 'make', 'install', "DESTDIR=#{buildpath}/stage"