You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
21 lines
364 B
Diff
21 lines
364 B
Diff
--- a/conf.h
|
|
+++ b/conf.h
|
|
@@ -480,7 +480,7 @@
|
|
#endif
|
|
|
|
#ifndef MAIL_COMMAND
|
|
-#define MAIL_COMMAND "/bin/mail"
|
|
+#define MAIL_COMMAND "@TERMUX_PREFIX@/bin/mail"
|
|
#endif
|
|
|
|
#ifndef TELNET_COMMAND
|
|
@@ -496,7 +496,7 @@
|
|
#endif
|
|
|
|
#ifndef PLAY_COMMAND
|
|
-#define PLAY_COMMAND "/bin/false"
|
|
+#define PLAY_COMMAND "@TERMUX_PREFIX@/bin/false"
|
|
#endif
|
|
|
|
#ifndef MIME_COMMAND
|