Don't try to install README.spi
Hannes Eder
This commit is contained in:
parent
6ca2f8483f
commit
8aa318c631
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user