f0dc3deab9
* Fix memory leaks * Updated translations
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.6 2009/03/17 15:53:37 ajacoutot Exp $
|
|
--- libgnomevfs/xdgmime.c.orig Tue Mar 17 14:48:21 2009
|
|
+++ libgnomevfs/xdgmime.c Tue Mar 17 16:44:51 2009
|
|
@@ -254,7 +254,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/";
|
|
+ xdg_data_dirs = "${LOCALBASE}/share/:/usr/share/";
|
|
|
|
ptr = xdg_data_dirs;
|
|
|