blob: 2b95803bc50c04b4a647b9673fea547f74368685 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gtk/gui.c.orig 2016-04-06 10:39:35 UTC
+++ gtk/gui.c
@@ -199,7 +199,7 @@ static nserror set_defaults(struct nsopt
}
/* default path to certificates */
- nsoption_setnull_charp(ca_path, strdup("/etc/ssl/certs"));
+ nsoption_setnull_charp(ca_path, strdup("%%PREFIX%%/share/certs"));
if ((nsoption_charp(cookie_file) == NULL) ||
(nsoption_charp(cookie_jar) == NULL) ||
|