chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / readline / sys_inputrc_path.patch
1 --- ../readline-6.2/rlconf.h    2009-01-04 20:32:33.000000000 +0100
2 +++ ./rlconf.h  2014-02-04 18:30:16.000000000 +0100
3 @@ -39,7 +39,7 @@
4  #define DEFAULT_INPUTRC "~/.inputrc"
5  
6  /* The ultimate last-ditch filenname for an init file -- system-wide. */
7 -#define SYS_INPUTRC "/etc/inputrc"
8 +#define SYS_INPUTRC "@TERMUX_PREFIX@/etc/inputrc"
9  
10  /* If defined, expand tabs to spaces. */
11  #define DISPLAY_TABS