Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.107 -r1.108 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 8 Dec 2012 17:42:31 -0000 1.107 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 2 May 2013 10:27:46 -0000 1.108 @@ -1742,7 +1742,7 @@ set data_model_list [list] set upgrade_file_list [list] set ctl_file_list [list] - set file_list [apm_get_package_files -file_types $types_to_retrieve -package_path $package_path -package_key $package_key] + set file_list [apm_get_package_files -include_data_model_files -file_types $types_to_retrieve -package_path $package_path -package_key $package_key] foreach path $file_list { set file_type [apm_guess_file_type $package_key $path]