]> git.pld-linux.org Git - packages/calibre.git/blob - shebang-python-fix.patch
- rebuild with icu 58.2
[packages/calibre.git] / shebang-python-fix.patch
1 --- calibre/recipes/nrc-nl-epub.recipe~ 2011-03-26 02:30:09.000000000 +0100
2 +++ calibre/recipes/nrc-nl-epub.recipe  2011-03-29 09:31:15.404987337 +0200
3 @@ -1,4 +1,4 @@
4 -#!/usr/bin/env  python2
5 +#!/usr/bin/env  python
6  # -*- coding: utf-8 -*-
7  #Based on veezh's original recipe and Kovid Goyal's New York Times recipe
8  
9 --- calibre/setup/install.py~   2011-03-29 09:28:50.238365816 +0200
10 +++ calibre/setup/install.py    2011-03-29 09:32:00.301640042 +0200
11 @@ -12,7 +12,7 @@
12          __appname__, __version__
13  
14  HEADER = '''\
15 -#!/usr/bin/env python2
16 +#!/usr/bin/env python
17  
18  """
19  This is the standard runscript for all of calibre's tools.
This page took 0.021755 seconds and 3 git commands to generate.