summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs/patches/patch-aa
blob: 9330cfd67cbc069a04814e959e24ccfc02f041e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.9 2007/09/19 22:22:37 wiz Exp $

--- libgnomevfs/xdgmime.c.orig	2004-07-24 16:39:43.000000000 +0200
+++ libgnomevfs/xdgmime.c
@@ -189,7 +189,7 @@ xdg_run_command_on_dirs (XdgDirectoryFun
 
   xdg_data_dirs = getenv ("XDG_DATA_DIRS");
   if (xdg_data_dirs == NULL)
-    xdg_data_dirs = "/usr/local/share/:/usr/share/";
+    xdg_data_dirs = PREFIX "/share/";
 
   ptr = xdg_data_dirs;