1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 11:17:05 +00:00
termux-packages/packages/glib/gio-gdbusaddress.c.patch
2021-12-12 10:07:41 +05:30

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;