Index: openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl,v diff -u -N -r1.41.2.49 -r1.41.2.50 --- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 23 Feb 2022 18:40:12 -0000 1.41.2.49 +++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 15 Mar 2022 12:01:53 -0000 1.41.2.50 @@ -115,7 +115,7 @@ set package_key ${:package_key} } foreach location {www resources} { - set fn [acs_root_dir]/packages/$package_key/$location/prototypes/$name.page + set fn $::acs::rootdir/packages/$package_key/$location/prototypes/$name.page if {[file exists $fn]} { if {$location eq "www"} { ns_log warning "deprecated location: you should move prototype page" \