We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe63f23 + 8dda8ee commit e69e536Copy full SHA for e69e536
demo/install.sh.in
@@ -9,7 +9,9 @@ PGUSER=postgres
9
SHP2PGSQL=@SHP2PGSQL@
10
DB=tinyows_demo
11
12
-if [ -d @POSTGIS_SHARE@/contrib/postgis-2.0 ]; then
+if [ -d @POSTGIS_SHARE@/contrib/postgis-2.1 ]; then
13
+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.1
14
+elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.0 ]; then
15
PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.0
16
elif [ -d @POSTGIS_SHARE@/contrib/postgis-1.5 ]; then
17
PGSHARE=@POSTGIS_SHARE@/contrib/postgis-1.5
0 commit comments