pkgsrc/sysutils/gnome-vfs/patches/patch-aa
2007-09-19 22:22:33 +00:00

13 lines
407 B
Text

$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;