[postgis-tickets] [SCM] postgis.net branch hugo updated. 391d34b3ce1ee29bfcf4f2503b766a9ed831719f

git at osgeo.org git at osgeo.org
Mon Feb 28 06:16:40 PST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, hugo has been updated
       via  391d34b3ce1ee29bfcf4f2503b766a9ed831719f (commit)
      from  da23ead8016dd2a6b1269db5ae8e829aa80f6265 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 391d34b3ce1ee29bfcf4f2503b766a9ed831719f
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 28 09:16:36 2022 -0500

    Fix postgis.version variable path

diff --git a/content/pages/source.md b/content/pages/source.md
index f66f7a6..021bdf3 100644
--- a/content/pages/source.md
+++ b/content/pages/source.md
@@ -45,8 +45,8 @@ To build from source, you will need a complete installation of PostgreSQL, eithe
 You will also need to install and/or build [GEOS](http://trac.osgeo.org/geos), [Proj](https://proj.org), [GDAL](http://gdal.org), [LibXML2](http://www.xmlsoft.org/) and [JSON-C](https://github.com/json-c/json-c).
 
 ```sh
-tar xvzf postgis-{{ postgis.version }}.tar.gz
-cd postgis-{{ postgis.version }}
+tar xvzf postgis-{{< loc "postgis.version" >}}.tar.gz
+cd postgis-{{< loc "postgis.version" >}}
 ./configure
 make
 make install

-----------------------------------------------------------------------

Summary of changes:
 content/pages/source.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list