7d2ce5f0d9
%ci:no-build
15 lines
467 B
Diff
15 lines
467 B
Diff
diff -uNr xorg-server-1.20.1/xkb/ddxLoad.c xorg-server-1.20.1.mod/xkb/ddxLoad.c
|
|
--- xorg-server-1.20.1/xkb/ddxLoad.c 2018-08-07 19:31:06.000000000 +0300
|
|
+++ xorg-server-1.20.1.mod/xkb/ddxLoad.c 2018-10-08 21:07:16.844266287 +0300
|
|
@@ -76,8 +76,8 @@
|
|
}
|
|
else
|
|
#endif
|
|
- if (strlen("/tmp/") < size) {
|
|
- (void) strcpy(outdir, "/tmp/");
|
|
+ if (strlen("@TERMUX_PREFIX@/tmp/") < size) {
|
|
+ (void) strcpy(outdir, "@TERMUX_PREFIX@/tmp/");
|
|
}
|
|
}
|
|
|