]> git.pld-linux.org Git - packages/calibre.git/blame - shebang-python-fix.patch
- up to 6.23.0
[packages/calibre.git] / shebang-python-fix.patch
CommitLineData
d770c022
JR
1diff -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 )
223451f8 6
7 HEADER = '''\
7b172d7e 8-#!/usr/bin/env python{py_major_version}
223451f8 9+#!/usr/bin/env python
10
11 """
12 This is the standard runscript for all of calibre's tools.
This page took 0.162205 seconds and 4 git commands to generate.