Skip to content

Commit 1362e7f

Browse files
committed
Fix dictionries install on windows
1 parent bad5046 commit 1362e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ sub Install
155155
$target . '/share/tsearch_data/');
156156
CopySetOfFiles(
157157
'Dictionaries sample files',
158-
[ glob("src\\backend\\tsearch\\*_sample.*") ],
158+
[ glob("src\\backend\\tsearch\\dicts\\*_sample*") ],
159159
$target . '/share/tsearch_data/');
160160

161161
my $pl_extension_files = [];

0 commit comments

Comments
 (0)