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.
1 parent 3714ee2 commit a3487a5Copy full SHA for a3487a5
demo/install.sh.in
@@ -11,8 +11,10 @@ PGUSER=postgres
11
SHP2PGSQL=@SHP2PGSQL@
12
DB=tinyows_demo
13
14
-if [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
15
- PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
+if [ -d /usr/local/pgsql/share/contrib/postgis-3.5 ]; then
+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.5
16
+elif [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
17
+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
18
elif [ -d /usr/local/pgsql/share/contrib/postgis-3.3 ]; then
19
PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.3
20
elif [ -d /usr/local/pgsql/share/contrib/postgis-3.2 ]; then
0 commit comments