$NetBSD: patch-ah,v 1.4 2004/01/04 21:37:09 rh Exp $

--- shell/e-setup.c.orig	2003-04-17 00:37:56.000000000 +1000
+++ shell/e-setup.c
@@ -139,6 +139,16 @@ check_evolution_directory (const char *e
 		}
 
 		g_free (command);
+
+		command = g_strconcat ("chmod -R u+w ",
+					evolution_directory,
+					NULL);
+
+		if (system (command) != 0) {
+			retval = FALSE;
+		}
+
+		g_free (command);
 	}
 
 	if (retval == FALSE)
