flex: Patch Makefile.in instead of Makefile.am
[termux-packages] / packages / tmux / configure.patch
1 We actually do want tmux.conf to go into ${prefix}/etc,
2 since the real /etc is not writeable on Android.
3
4 diff -u -r ../tmux-1.9a/configure ./configure
5 --- ../tmux-1.9a/configure 2014-02-22 21:56:15.000000000 +0100
6 +++ ./configure 2014-02-24 08:50:16.000000000 +0100
7 @@ -4011,7 +4011,7 @@
8
9
10 # Default tmux.conf goes in /etc not ${prefix}/etc.
11 -test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
12 +#test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
13
14 # Check for various headers. Alternatives included from compat.h.
15