Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.43.2.7 -r1.43.2.8 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 27 Apr 2017 11:31:35 -0000 1.43.2.7 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 25 Jul 2017 08:12:23 -0000 1.43.2.8 @@ -610,6 +610,7 @@ set source $::acs::rootdir/packages/acs-bootstrap-installer/installer/tcl foreach file [glob -nocomplain $source/*tcl] { file copy -force -- $file $::acs::rootdir/tcl/ + source $::acs::rootdir/tcl/$file } set source $::acs::rootdir/packages/acs-bootstrap-installer/installer/www foreach file [glob -nocomplain $source/*tcl $source/*adp] {