python: patch distutils adjusting path in scripts' shebang 962/head
authorJan Čermák <jan.cermak@nic.cz>
Fri, 27 Feb 2015 13:32:56 +0000 (14:32 +0100)
committerJan Čermák <jan.cermak@nic.cz>
Fri, 27 Feb 2015 17:11:19 +0000 (18:11 +0100)
commit71b696622a31744bbb40be244c7465f1efa8047c
treeaa8a21a3b40940360c8033777746519120bcc95c
parent022b27604bb2d7d04e4d0ce936c9a148157388e7
python: patch distutils adjusting path in scripts' shebang

When distutils are copying scripts, path to Python interpreter is adjusted.
This does not work well in OpenWrt buildroot, because the path is adjusted
to absolute path to host Python then. This patch simply disables the
adjusting of the path.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
lang/python/patches/170-distutils-do-not-adjust-path.patch [new file with mode: 0644]