File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Install;
3
3
#
4
4
# Package that provides 'make install' functionality for msvc builds
5
5
#
6
- # $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.18 2007/08/27 10:51:15 mha Exp $
6
+ # $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.19 2007/09/12 13:58:23 mha Exp $
7
7
#
8
8
use strict;
9
9
use warnings;
@@ -66,6 +66,7 @@ sub Install
66
66
GenerateTimezoneFiles($target ,$conf );
67
67
GenerateTsearchFiles($target );
68
68
CopySetOfFiles(' Stopword files' , " src\\ backend\\ snowball\\ stopwords\\ *.stop" , $target . ' /share/tsearch_data/' );
69
+ CopySetOfFiles(' Dictionaries sample files' , " src\\ backend\\ tsearch\\\* _sample.*" , $target . ' /share/tsearch_data/' );
69
70
CopyContribFiles($config ,$target );
70
71
CopyIncludeFiles($target );
71
72
You can’t perform that action at this time.
0 commit comments