12 lines
374 B
Diff
12 lines
374 B
Diff
--- ./gio/gdbusaddress.c.orig 2021-12-10 17:23:55.601721119 +0530
|
|
+++ ./gio/gdbusaddress.c 2021-12-10 17:21:46.541721169 +0530
|
|
@@ -1337,7 +1337,7 @@
|
|
|
|
if (ret == NULL)
|
|
{
|
|
- ret = g_strdup ("unix:path=/var/run/dbus/system_bus_socket");
|
|
+ ret = g_strdup ("unix:path=@TERMUX_PREFIX@/var/run/dbus/system_bus_socket");
|
|
}
|
|
break;
|
|
|