$OpenBSD: patch-solenv_bin_modules_installer_worker_pm,v 1.5 2010/11/09 18:40:04 robert Exp $
--- solenv/bin/modules/installer/worker.pm.orig.port	Thu Oct 21 14:04:06 2010
+++ solenv/bin/modules/installer/worker.pm	Sat Oct 23 18:40:07 2010
@@ -525,7 +525,7 @@ sub clean_output_tree
 		if ( -d $installer::globals::removedirs[$i] )
 		{
 			installer::logger::print_message( "... removing directory $installer::globals::removedirs[$i] ...\n" );
-			installer::systemactions::remove_complete_directory($installer::globals::removedirs[$i], 1);			
+#			installer::systemactions::remove_complete_directory($installer::globals::removedirs[$i], 1);			
 		}
 	}
 
