aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
blob: a9879578af2cb902a2687067341a46a13a441486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnomevfs/xdgmime.c.orig	Wed Aug 24 16:52:03 2005
+++ libgnomevfs/xdgmime.c	Wed Aug 24 16:52:47 2005
@@ -234,7 +234,7 @@
 
   xdg_data_dirs = getenv ("XDG_DATA_DIRS");
   if (xdg_data_dirs == NULL)
-    xdg_data_dirs = "/usr/local/share/:/usr/share/";
+    xdg_data_dirs = "%%LOCALBASE%%/share/";
 
   ptr = xdg_data_dirs;