Show
Ignore:
Timestamp:
10/12/09 07:06:22 (3 years ago)
Author:
mloskot
Message:

Testing commit from new machine. Tick pgsql version in Makefile.

Files:
1 modified

Legend:

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

    r4312 r4642  
    1818# 
    1919### BEGIN OF CONFIGURATION ################################################## 
    20 POSTGIS = /usr/share/postgresql/8.3/contrib 
     20POSTGIS = /usr/share/postgresql/8.4/contrib 
    2121WKTRASTER = ${POSTGIS} 
    2222### END OF CONFIGURATION #################################################### 
     
    3636        @echo "*** Check if database exists:" 
    3737        @echo "\tDBNAME=mydb make -f Makefile.rt check" 
     38        @echo "PostGIS installation scripts: $(POSTGIS)" 
    3839drop: 
    3940        @echo "****** Makefile.rt ******"