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 e56202f commit 4a2cfb4Copy full SHA for 4a2cfb4
demo/install.sh.in
@@ -11,7 +11,9 @@ PGUSER=postgres
11
SHP2PGSQL=@SHP2PGSQL@
12
DB=tinyows_demo
13
14
-if [ -d /usr/local/pgsql/share/contrib/postgis-3.5 ]; then
+if [ -d /usr/local/pgsql/share/contrib/postgis-3.6 ]; then
15
+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.6
16
+elif [ -d /usr/local/pgsql/share/contrib/postgis-3.5 ]; then
17
PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.5
18
elif [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
19
PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
0 commit comments