mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
--- a/src/dbus/qdbusserver.cpp
|
|
+++ b/src/dbus/qdbusserver.cpp
|
|
@@ -51,7 +51,7 @@
|
|
: QDBusServer(
|
|
#ifdef Q_OS_UNIX
|
|
// Use Unix sockets on Unix systems only
|
|
- QStringLiteral("unix:tmpdir=/tmp"),
|
|
+ QStringLiteral("unix:tmpdir=@TERMUX_PREFIX@/tmp"),
|
|
#else
|
|
QStringLiteral("tcp:"),
|
|
#endif
|