Files
termux-packages/packages/units/units.c.patch
termux-pacman-bot b00c66df20 units: Bump to 2.22
2022-11-23 20:01:18 +00:00

12 lines
427 B
Diff

--- a/units.c
+++ b/units.c
@@ -130,7 +130,7 @@
#ifdef _WIN32
# define DEFAULTPAGER "more" /* Default pager for Windows */
#else
-# define DEFAULTPAGER "/usr/bin/pager" /* Default pager for Unix */
+# define DEFAULTPAGER "@TERMUX_PREFIX@/bin/less" /* Default pager for Unix */
#endif
#define DEFAULTLOCALE "en_US" /* Default locale */
#define MAXINCLUDE 5 /* Max depth of include files */