mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
packages/fte
This commit is contained in:
11
packages/fte/src-e_cvslog.cpp.patch
Normal file
11
packages/fte/src-e_cvslog.cpp.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/e_cvslog.cpp
|
||||
+++ b/src/e_cvslog.cpp
|
||||
@@ -30,7 +30,7 @@
|
||||
// Create filename for message
|
||||
#ifdef UNIX
|
||||
// Use this in Unix - it says more to user
|
||||
- sprintf (msgFile,"/tmp/fte%d-cvs-msg", (int)getpid());
|
||||
+ sprintf (msgFile,"@TERMUX_PREFIX@/tmp/fte%d-cvs-msg", (int)getpid());
|
||||
#else
|
||||
tmpnam (msgFile);
|
||||
#endif
|
||||
Reference in New Issue
Block a user