[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-340-g2f1a2018b

git at osgeo.org git at osgeo.org
Thu Jan 20 14:25:21 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, out-of-tree-builds has been updated
  discards  c20423bf7091b0fc97cad8056c9094421be051a5 (commit)
       via  2f1a2018b1c8f78ab670ba987e154ea7e9267817 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (c20423bf7091b0fc97cad8056c9094421be051a5)
            \
             N -- N -- N (2f1a2018b1c8f78ab670ba987e154ea7e9267817)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 2f1a2018b1c8f78ab670ba987e154ea7e9267817
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