From: Regina Obe Date: Fri, 3 Feb 2012 12:51:25 +0000 (+0000) Subject: #1530: fix typo in full upgrade -- was using the postgis only script instead of the... X-Git-Tag: 2.0.0alpha4~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e95cd2ad4e1be03d4900cd922ff9689e358b8f12;p=postgis #1530: fix typo in full upgrade -- was using the postgis only script instead of the combined postgis + raster script. Still need to test, will close out once tested. git-svn-id: http://svn.osgeo.org/postgis/trunk@9016 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in index decf19e92..7f433d0d4 100644 --- a/extensions/postgis/Makefile.in +++ b/extensions/postgis/Makefile.in @@ -119,7 +119,7 @@ sql_bits/postgis--unpackaged.sql: ../../postgis/postgis.sql -e 's/\\(;/;/' \ -e 's/;;/;/g' $< > $@ -sql_minor_upgrade: sql_bits/postgis_upgrade_minor.sql +sql_minor_upgrade: sql_bits/postgis_raster_upgrade_minor.sql if test "$(PREREL_NUMBER)x" != "x"; then \ v=$(PREREL_PREV); \ while [[ $$v -ge 1 ]]; do \