diff options
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index a47ed36c..e2eb834d 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -580,7 +580,7 @@ finalizeLisplib(db,libName) == writeAbbreviation db writePrincipals db writeAncestors db - if not $bootStrapMode then + if not $bootStrapMode and not dbDefaultPackage? db then writeDocumentation(db,finalizeDocumentation db) if $profileCompiler then profileWrite dbLibstream db leaveIfErrors(libName,dbConstructorKind db) |