2008-06-13 17:37:37 -04:00
|
|
|
$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.5 2008/06/13 21:37:37 ajacoutot Exp $
|
2008-05-04 10:36:44 -04:00
|
|
|
--- libgnomevfs/xdgmime.c.orig Thu Apr 24 12:18:17 2008
|
|
|
|
+++ libgnomevfs/xdgmime.c Thu Apr 24 12:19:02 2008
|
|
|
|
@@ -236,7 +236,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func,
|
|
|
|
|
|
|
|
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
|
|
|
|
if (xdg_data_dirs == NULL)
|
|
|
|
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
|
2008-06-13 17:37:37 -04:00
|
|
|
+ xdg_data_dirs = "${LOCALBASE}/share/:/usr/share/";
|
2008-05-04 10:36:44 -04:00
|
|
|
|
|
|
|
ptr = xdg_data_dirs;
|
|
|
|
|