[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-339-gafaebf921

git at osgeo.org git at osgeo.org
Thu Jan 20 14:38:56 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".

The branch, master has been updated
       via  afaebf921768e5f2098a9215ea741b42ef703dd4 (commit)
      from  56b546a563719df6bcac6eaf3a24ff1b17049bdd (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 afaebf921768e5f2098a9215ea741b42ef703dd4
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 20 23:12:42 2022 +0100

    Fix utils install in out-of-tree builds

diff --git a/utils/Makefile.in b/utils/Makefile.in
index a5a54c119..650d83482 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -3,7 +3,8 @@
 # * PostGIS - Spatial Types for PostgreSQL
 # * http://postgis.net
 # *
-# * Copyright 2008 Mark Cave-Ayland
+# * Copyright (C) 2012-2022 Sandro Santilli <strk at kbt.io>
+# * Copyright (C) 2008 Mark Cave-Ayland
 # *
 # * This is free software; you can redistribute and/or modify it under
 # * the terms of the GNU General Public Licence. See the COPYING file.
@@ -28,7 +29,7 @@ include $(PGXS)
 VPATH := @srcdir@
 
 SHELL = @SHELL@
-INSTALL = $(SHELL) ../build-aux/install-sh
+INSTALL = $(SHELL) @top_srcdir@/build-aux/install-sh
 
 SCRIPTS_built = postgis_restore.pl
 

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

Summary of changes:
 utils/Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list