Index: openacs-4/packages/acs-admin/www/install/install-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/install-3.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-admin/www/install/install-3.tcl 27 Oct 2014 16:38:56 -0000 1.10 +++ openacs-4/packages/acs-admin/www/install/install-3.tcl 9 Sep 2015 14:18:29 -0000 1.10.2.1 @@ -141,7 +141,8 @@

Installing $package_key ...
}] - # Install the packages -- this actually copies the files into the + + # Install the package -- this actually copies the files into the # right place in the file system and backs up any old files set version_id [apm_package_install \ -enable \ @@ -155,11 +156,6 @@ # as there might be packages depending on the failed package. Ideally we should # probably check for such dependencies and continue if there are none. set success_p 0 - } elseif {[file exists $::acs::rootdir/packages/$package_key/install.xml]} { - ns_write "... configure $package_key
\n" - #ns_log notice "===== RUN /packages/$package_key/install.xml" - apm::process_install_xml /packages/$package_key/install.xml "" - ns_write "... installation OK
\n" } else { ns_write "... installation OK
\n" }