Show
Ignore:
Timestamp:
04/22/09 06:51:42 (3 years ago)
Author:
mloskot
Message:

scripts/Makefile.rt.sample: rtpostgis.sql lives in /contrib not /rt_pg/contrib.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts/Makefile.rt.sample

    r3988 r4016  
    5656        @psql -d $(DBNAME) -f $(POSTGIS)/spatial_ref_sys.sql > /dev/null $(ERROUT); 
    5757        @echo "****** Loading WKT Raster into '$(DBNAME)'..." 
    58         @psql -d $(DBNAME) -f $(WKTRASTER)/rt_pg/rtpostgis.sql > /dev/null $(ERROUT); 
     58        @psql -d $(DBNAME) -f $(WKTRASTER)/rtpostgis.sql > /dev/null $(ERROUT); 
    5959        @echo "****** END. *******" 
    6060else