? boost-544636.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.28
diff -u -p -r1.2.2.1.2.3.2.28 boost.install
--- boost.install	11 Aug 2009 05:11:23 -0000	1.2.2.1.2.3.2.28
+++ boost.install	11 Aug 2009 19:28:20 -0000
@@ -67,8 +67,8 @@ function boost_requirements($phase) {
       $htaccess = file_get_contents('.htaccess');
       $char = BOOST_CHAR;
       foreach($cache_directories as $cache_directory) {
-        $root_file = file_put_contents($cache_directory . '/' . variable_get('boost_root_file', '.boost'), $cache_directory);
         _boost_mkdir_p($cache_directory);
+        $root_file = file_put_contents($cache_directory . '/' . variable_get('boost_root_file', '.boost'), $cache_directory);
         if (!is_dir($cache_directory)) {
           $requirements['boost'] = array(
             'title'       => $t('Boost'),
