You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
274 B
Diff
12 lines
274 B
Diff
--- a/lib/manlock.c
|
|
+++ b/lib/manlock.c
|
|
@@ -52,7 +52,7 @@
|
|
*/
|
|
|
|
int manlock_mandatory_locking;
|
|
-char *manlock_lock_dir = "/var/lock/subsys/mail";
|
|
+char *manlock_lock_dir = "@TERMUX_PREFIX@/var/lock/subsys/mail";
|
|
|
|
static char *
|
|
make_locker_file_name (const char *urlstr)
|