ports/x11/dbus/patches/patch-bus_config-parser_c

14 lines
437 B
Text

/lib -> /var/db
Index: bus/config-parser.c
--- bus/config-parser.c.orig
+++ bus/config-parser.c
@@ -3954,7 +3954,7 @@ static const char *test_system_service_dir_matches[] =
"/usr/local/share/dbus-1/system-services",
"/usr/share/dbus-1/system-services",
DBUS_DATADIR"/dbus-1/system-services",
- "/lib/dbus-1/system-services",
+ "/var/db/dbus-1/system-services",
NULL
};