Skip to content

Commit

Permalink
Add PostGIS 1.5 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Courtin committed Oct 14, 2012
1 parent 5395293 commit 0872b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/install.sh.in
Expand Up @@ -11,8 +11,8 @@ DB=tinyows_demo

if [ -d @POSTGIS_SHARE@/contrib/postgis-2.0 ]; then
PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.0
#else if [ -d @POSTGIS_SHARE@/contrib/postgis-1.5 ]; then
# PGSHARE=@POSTGIS_SHARE@/contrib/postgis-1.5
elif [ -d @POSTGIS_SHARE@/contrib/postgis-1.5 ]; then
PGSHARE=@POSTGIS_SHARE@/contrib/postgis-1.5
else
echo "Unable to find PostGIS dir in @POSTGIS_SHARE@/contrib/" && exit 1
fi
Expand Down

0 comments on commit 0872b13

Please sign in to comment.