From: Magnus Hagander Date: Mon, 3 Dec 2007 15:42:58 +0000 (+0000) Subject: Don't try to install README.spi X-Git-Tag: REL8_3_RC1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa318c631e44c2d9282c63eda06c31b690e42de;p=postgresql Don't try to install README.spi Hannes Eder --- diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm index 798810343e..546ce9ba35 100644 --- a/src/tools/msvc/Install.pm +++ b/src/tools/msvc/Install.pm @@ -3,7 +3,7 @@ package Install; # # Package that provides 'make install' functionality for msvc builds # -# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.25 2007/10/23 20:46:12 tgl Exp $ +# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.26 2007/12/03 15:42:58 mha Exp $ # use strict; use warnings; @@ -339,7 +339,7 @@ sub CopyContribFiles # Special case for contrib/spi $flist = -"README.spi autoinc.example insert_username.example moddatetime.example refint.example timetravel.example" +"autoinc.example insert_username.example moddatetime.example refint.example timetravel.example" if ($d eq 'spi'); foreach my $f (split /\s+/,$flist) {