mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Don't try to install README.spi
Hannes Eder
This commit is contained in:
@ -3,7 +3,7 @@ package Install;
|
|||||||
#
|
#
|
||||||
# Package that provides 'make install' functionality for msvc builds
|
# 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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
@ -339,7 +339,7 @@ sub CopyContribFiles
|
|||||||
|
|
||||||
# Special case for contrib/spi
|
# Special case for contrib/spi
|
||||||
$flist =
|
$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');
|
if ($d eq 'spi');
|
||||||
foreach my $f (split /\s+/,$flist)
|
foreach my $f (split /\s+/,$flist)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user