summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ah
blob: dc7d6b4c1738bdcedcad8e7090cdf7e3d24ba3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$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)