mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/src/util.c
|
|
+++ b/src/util.c
|
|
@@ -38,7 +38,7 @@
|
|
"%s/wayvncctl", xdg_runtime);
|
|
else
|
|
snprintf(buffer, sizeof(buffer),
|
|
- "/tmp/wayvncctl-%d", getuid());
|
|
+ "@TERMUX_PREFIX@/tmp/wayvncctl-%d", getuid());
|
|
return buffer;
|
|
}
|
|
|