From d30ca83a70551e0e9903b799f73b00fea6ab8c3e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 30 Jun 2010 15:51:17 +0000 Subject: [PATCH] Fix loading of postgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@5714 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/test/Makefile b/topology/test/Makefile index 99f4663dc..423245b15 100644 --- a/topology/test/Makefile +++ b/topology/test/Makefile @@ -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) -- 2.40.0