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 -N -r1.42 -r1.43 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 27 Oct 2014 16:39:06 -0000 1.42 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 21 May 2015 10:00:21 -0000 1.43 @@ -609,6 +609,10 @@ foreach file [glob -nocomplain $source/*tcl] { file copy -force $file $::acs::rootdir/tcl } + set source $::acs::rootdir/packages/acs-bootstrap-installer/installer/www + foreach file [glob -nocomplain $source/*tcl $source/*adp] { + file copy -force $file $::acs::rootdir/www + } } #