aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20/files/patch-glib_gutils.c
blob: f2ed4c18eb5a79e5cd661f30f74ee07f416a9938 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- glib/gutils.c.orig	2018-12-23 14:10:41.000000000 +0100
+++ glib/gutils.c	2018-12-27 00:18:23.471950000 +0100
@@ -2219,7 +2219,7 @@
     }
 #else
   if (!conf_dirs || !conf_dirs[0])
-    conf_dirs = "/etc/xdg";
+    conf_dirs = "/usr/local/etc/xdg:/etc/xdg";
 
   conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0);
 #endif