From: Pierre Racine Date: Fri, 10 Feb 2012 17:05:25 +0000 (+0000) Subject: Have perl to backup the file before editing. 'make check' is failing on Windows 7... X-Git-Tag: 2.0.0alpha5~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f92b1290065300d4a642743c310a1e40e8378a73;p=postgis Have perl to backup the file before editing. 'make check' is failing on Windows 7 without that. See http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.html git-svn-id: http://svn.osgeo.org/postgis/trunk@9146 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index 04ad8af3d..5d46ccf98 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -155,7 +155,7 @@ staged-install-raster: staged-install: staged-install-raster staged-install-topology $(MAKE) -C ../postgis REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install - $(PERL) -pi -e 's,\$$libdir,$(REGRESS_INSTALLDIR)/lib,g' $(REGRESS_INSTALLDIR)/share/contrib/postgis/*.sql + $(PERL) -pi.bak -e 's,\$$libdir,$(REGRESS_INSTALLDIR)/lib,g' $(REGRESS_INSTALLDIR)/share/contrib/postgis/*.sql #$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install test check: staged-install