diff options
author | Magnus Hagander | 2007-12-03 15:42:58 +0000 |
---|---|---|
committer | Magnus Hagander | 2007-12-03 15:42:58 +0000 |
commit | f6b9536c1272a85c6f8294dac5809c4b1c2ea2f2 (patch) | |
tree | 59b239487958d44d6b9f46dd037408223f7fb55c | |
parent | 0b477b4f7881b5cdbebadccfc8dbb179ca21d4c4 (diff) |
Don't try to install README.spi
Hannes Eder
-rw-r--r-- | src/tools/msvc/Install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm index 6830d65c81..1fe8717277 100644 --- a/src/tools/msvc/Install.pm +++ b/src/tools/msvc/Install.pm @@ -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) { |