? boost-615406.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.66
diff -u -p -r1.2.2.1.2.3.2.66 boost.install
--- boost.install	28 Oct 2009 04:25:04 -0000	1.2.2.1.2.3.2.66
+++ boost.install	30 Oct 2009 08:20:32 -0000
@@ -66,7 +66,9 @@ function boost_requirements($phase) {
   $t = get_t();
   switch ($phase) {
     case 'runtime':
-      boost_tree_directory(BOOST_ROOT_CACHE_DIR);
+      if (!BOOST_IGNORE_SUBDIR_LIMIT) {
+        boost_tree_directory(BOOST_ROOT_CACHE_DIR);
+      }
       $cache_directories = array();
       $cache_directories[] = BOOST_ROOT_CACHE_DIR;
       $cache_directories[] = BOOST_FILE_PATH;
