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 -r1.41.2.57 -r1.41.2.58
--- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl	7 Mar 2023 09:48:20 -0000	1.41.2.57
+++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl	16 Aug 2024 13:55:53 -0000	1.41.2.58
@@ -114,7 +114,7 @@
     if {![info exists package_key] && [info exists :package_key]} {
       set package_key ${:package_key}
     }
-    foreach location {www resources} {
+    foreach location {resources www} {
       set fn $::acs::rootdir/packages/$package_key/$location/prototypes/$name.page
       if {[file exists $fn]} {
         if {$location eq "www"} {