From c5434e8ba74b73ffc7dc9ca1299f2500709bcf5d Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 9 Jun 2006 06:03:59 +0000 Subject: [PATCH] Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru) git-svn-id: http://svn.osgeo.org/postgis/trunk@2381 b70326c6-7e19-0410-871a-916f4a2858ee --- extras/template_gis/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/template_gis/profile b/extras/template_gis/profile index 9e19a0b9b..7ffb3aad3 100644 --- a/extras/template_gis/profile +++ b/extras/template_gis/profile @@ -21,7 +21,7 @@ DBAUSER=postgres #this is the postgis functionality loader script. #as it contains the name of the postgresql-postgis library, this #file will designate which postgis version to use. -PGISSCRIPT=postgis#SONAME#.sql +PGISSCRIPT=lwpostgis.sql #set this to true not to load huge spatial_ref_sys table in the template. #NO_SRS=true -- 2.49.0