d0d90f8c68
- use SUBST_CMD and regen PLIST while here - bump
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.5 2008/06/13 21:37:37 ajacoutot Exp $
|
|
--- 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/";
|
|
+ xdg_data_dirs = "${LOCALBASE}/share/:/usr/share/";
|
|
|
|
ptr = xdg_data_dirs;
|
|
|