mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 16:52:16 +00:00
12 lines
338 B
Diff
12 lines
338 B
Diff
--- a/netconf/src/mgr/mgr_ses.c
|
|
+++ b/netconf/src/mgr/mgr_ses.c
|
|
@@ -621,7 +621,7 @@
|
|
ses_putstr(scb, (const xmlChar *)str);
|
|
ses_putchar(scb, ';');
|
|
} else {
|
|
- ses_putstr(scb, (const xmlChar *)"/tmp;");
|
|
+ ses_putstr(scb, (const xmlChar *)"@TERMUX_PREFIX@/tmp;");
|
|
}
|
|
|
|
/* groups list is empty */
|