Re: [XEN PATCH 2/2] tools: Use INSTALL_PYTHON_PROG

2020-05-19 Thread Wei Liu
On Wed, Mar 11, 2020 at 05:59:33PM +, Anthony PERARD wrote: > Whenever python scripts are install, have the shebang be modified to use > whatever PYTHON_PATH is. This is useful for system where python isn't > available, or > where the package build tools prevent unversioned shebang. > > INSTA

[Xen-devel] [XEN PATCH 2/2] tools: Use INSTALL_PYTHON_PROG

2020-03-11 Thread Anthony PERARD
Whenever python scripts are install, have the shebang be modified to use whatever PYTHON_PATH is. This is useful for system where python isn't available, or where the package build tools prevent unversioned shebang. INSTALL_PYTHON_PROG only looks for "#!/usr/bin/env python". Signed-off-by: Antho