Skip to content

Commit f88d5c8

Browse files
committed
Merge branch 'msi_license_error' into searchscrape-build
2 parents d3981ea + bf93aec commit f88d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def generate_license():
917917
shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
918918
shutil.copyfileobj(open("crtlicense.txt"), out)
919919
for name, pat, file in (("bzip2","bzip2-*", "LICENSE"),
920-
("Berkeley DB", "db-*", "LICENSE"),
920+
("Berkeley DB", "bsddb-*", "LICENSE"),
921921
("openssl", "openssl-*", "LICENSE"),
922922
("Tcl", "tcl-8*", "license.terms"),
923923
("Tk", "tk-8*", "license.terms"),

0 commit comments

Comments
 (0)