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.32 -r1.33 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 31 Jan 2003 16:16:24 -0000 1.32 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 13 Feb 2003 14:14:22 -0000 1.33 @@ -408,6 +408,9 @@ array set version [apm_read_package_info_file $spec_file_path] set package_key $version(package.key) + # Flush the installed_p cache + util_memoize_flush [list apm_package_installed_p_not_cached $package_key] + if { $copy_files_p } { if { [empty_string_p $install_path] } { set install_path [apm_workspace_install_dir]/$package_key