Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.189.2.152 -r1.189.2.153 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 11 Oct 2022 09:12:50 -0000 1.189.2.152 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 23 Oct 2022 18:19:55 -0000 1.189.2.153 @@ -4093,6 +4093,11 @@ if {![ad_file isdirectory $path]} { try { file mkdir $path + # + # We check on the version-dir, if the package is + # installed, therefore, dont create an empty one. + # + file delete $path } on error {errorMsg} { set can_install 0 }