summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c
blob: 1dbbaf4717380413582bccbf0a844c40b4e7dcfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gtk/xdgmime/xdgmime.c.orig  Mon Nov  8 22:25:27 2004
+++ gtk/xdgmime/xdgmime.c   Sat Nov 13 10:27:22 2004
@@ -204,7 +204,7 @@
 
   xdg_data_dirs = getenv ("XDG_DATA_DIRS");
   if (xdg_data_dirs == NULL)
-    xdg_data_dirs = "/usr/local/share/:/usr/share/";
+    xdg_data_dirs = "/usr/local/share/:%%X11BASE%%/share/";
 
   ptr = xdg_data_dirs;