Skip to content

Commit 8aa318c

Browse files
committed
Don't try to install README.spi
Hannes Eder
1 parent 6ca2f84 commit 8aa318c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Install.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.25 2007/10/23 20:46:12 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.26 2007/12/03 15:42:58 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -339,7 +339,7 @@ sub CopyContribFiles
339339

340340
# Special case for contrib/spi
341341
$flist =
342-
"README.spi autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
342+
"autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
343343
if ($d eq 'spi');
344344
foreach my $f (split /\s+/,$flist)
345345
{

0 commit comments

Comments
 (0)