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 -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/install/install-3.tcl 4 Oct 2003 03:52:10 -0000 1.2 +++ openacs-4/packages/acs-admin/www/install/install-3.tcl 7 Oct 2003 14:52:49 -0000 1.3 @@ -88,13 +88,11 @@ } # Find out which script is appropriate to be run. - set data_model_files [concat \ - [apm_data_model_scripts_find \ + set data_model_files [apm_data_model_scripts_find \ -upgrade_from_version_name $initial_version_name \ -upgrade_to_version_name $final_version_name \ -package_path "$package_path/$package_key" \ - $package_key] \ - [apm_ctl_files_find -package_path "$package_path/$package_key" $package_key]] + $package_key] # Install the packages -- 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 \