flex: Patch Makefile.in instead of Makefile.am
[termux-packages] / packages / tmux / configure.patch
CommitLineData
59f0d218
FF
1We actually do want tmux.conf to go into ${prefix}/etc,
2since the real /etc is not writeable on Android.
3
4diff -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