Index: openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 17 May 2003 09:36:29 -0000 1.9 +++ openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 6 Aug 2003 10:01:39 -0000 1.10 @@ -90,6 +90,13 @@ $spec_file] } + if { $version_id == 0 } { + # Installation of the package failed and we shouldn't continue with installation + # as there might be packages depending on the failed package. Ideally we should + # probably check for such dependencies and continue if there are none. + ad_script_abort + } + incr installed_count }