]> granicus.if.org Git - postgis/commitdiff
#1530: fix typo in full upgrade -- was using the postgis only script instead of the...
authorRegina Obe <lr@pcorp.us>
Fri, 3 Feb 2012 12:51:25 +0000 (12:51 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 3 Feb 2012 12:51:25 +0000 (12:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9016 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in

index decf19e927e1577edac16d84a5589e30a204b12e..7f433d0d4b1b808a1ad2f6d6f38debe36749c6ab 100644 (file)
@@ -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 \