mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 04:30:24 +00:00
Update repo
This commit is contained in:
11
disabled-packages/fte/src-e_unix.cpp.patch
Normal file
11
disabled-packages/fte/src-e_unix.cpp.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/e_unix.cpp
|
||||
+++ b/src/e_unix.cpp
|
||||
@@ -44,7 +44,7 @@
|
||||
word = wordAsk;
|
||||
}
|
||||
|
||||
- snprintf(file, sizeof(file)-1, "/tmp/fte%d-man-%s", getpid(), word);
|
||||
+ snprintf(file, sizeof(file)-1, "@TERMUX_PREFIX@/tmp/fte%d-man-%s", getpid(), word);
|
||||
snprintf(command, sizeof(command)-1, "%s %s %s >'%s' 2>&1", HelpCommand, options, word, file);
|
||||
|
||||
/// !!! why is this needed ???
|
||||
Reference in New Issue
Block a user