Skip to content

Commit b18f098

Browse files
native-apizware
authored andcommitted
bpo-33711: Fix license generation error in installer build script (GH-7241)
1 parent 2c11e23 commit b18f098

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed licence generation error when building the installer.

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)