mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 22:00:57 -05:00
Fix Windows build broken by d78a7d9c7f
This commit is contained in:
parent
df4685fb0c
commit
0e7557dc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ sub Install
|
|||
$target . '/share/tsearch_data/');
|
||||
CopySetOfFiles(
|
||||
'Dictionaries sample files',
|
||||
[ glob("src\\backend\\tsearch\\*_sample.*") ],
|
||||
[ glob("src\\backend\\tsearch\\dicts\\*_sample*") ],
|
||||
$target . '/share/tsearch_data/');
|
||||
|
||||
my $pl_extension_files = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue