packages/fte

This commit is contained in:
termux-actions[bot]
2022-02-23 09:37:43 +00:00
parent f941a9a211
commit aac61eee4e
9 changed files with 152 additions and 0 deletions

View 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