]> git.pld-linux.org Git - packages/calibre.git/blob - shebang-python-fix.patch
- up to 6.23.0
[packages/calibre.git] / shebang-python-fix.patch
1 diff -urNp -x '*.orig' calibre-4.20.0.org/setup/install.py calibre-4.20.0/setup/install.py
2 --- calibre-4.20.0.org/setup/install.py 2021-06-23 14:08:46.395856286 +0200
3 +++ calibre-4.20.0/setup/install.py     2021-06-23 14:08:48.429265433 +0200
4 @@ -20,7 +20,7 @@ from setup import (
5  )
6  
7  HEADER = '''\
8 -#!/usr/bin/env python{py_major_version}
9 +#!/usr/bin/env python
10  
11  """
12  This is the standard runscript for all of calibre's tools.
This page took 0.401493 seconds and 3 git commands to generate.