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

15 lines
437 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
/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
};