Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -N -r1.66.2.17 -r1.66.2.18 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 18 Feb 2021 14:50:20 -0000 1.66.2.17 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 19 Feb 2021 10:14:25 -0000 1.66.2.18 @@ -492,6 +492,11 @@ } set doc_elements(script) $script + if {[regexp {^packages/([^/]+)/} $script . package_key]} { + set doc_elements(package_key) $package_key + } else { + ns_log warning "cannot determine package key from '$script'" + } # # As acs-automated-testing/tcl/aa-test-procs.tcl is loaded on startup before # acs-bootstrap-installer/tcl/00-proc-procs.tcl, it is possible that the