mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-05 08:00:38 +00: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
|