]> granicus.if.org Git - postgis/commitdiff
Fix loading of postgis.sql
authorSandro Santilli <strk@keybit.net>
Wed, 30 Jun 2010 15:51:17 +0000 (15:51 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 30 Jun 2010 15:51:17 +0000 (15:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5714 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/Makefile

index 99f4663dc1c0801dd5a8ab6113af1e536c7eb453..423245b15e0c181c9e702035a55c6cf0d5003ba4 100644 (file)
@@ -34,7 +34,7 @@ test: inittopo load loadmore hier cache pred invalid edit
 initdb:
        createdb $(DATABASE)
        createlang plpgsql $(DATABASE)
-       psql -f ../../lwpostgis.sql $(DATABASE)
+       psql -f ../../postgis/postgis.sql $(DATABASE)
 
 inittopo:
        psql -f ../topology.sql $(DATABASE)