From: Mark Wooding Date: Fri, 4 May 2018 23:49:59 +0000 (+0100) Subject: Makefile: Introduce an option to hack a prefix onto shebang lines. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/0cd3b798913ef39dd1d69b5f29b276507cd02cb8?ds=inline;hp=0cd3b798913ef39dd1d69b5f29b276507cd02cb8 Makefile: Introduce an option to hack a prefix onto shebang lines. The `Termux' distribution lives in a subdirectory of the weird Android filesystem. Rather than symlinking scripts into `~/bin', copy them and hack the shebang lines so that they can still find their interpreters properly. ---