]> git.pld-linux.org Git - packages/calibre.git/blob - shebang-python-fix.patch
- calibre-locales patch fixed (bad indentation)
[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.
20 --- calibre/src/calibre/trac/bzr_commit_plugin.py~      2011-03-26 02:30:09.000000000 +0100
21 +++ calibre/src/calibre/trac/bzr_commit_plugin.py       2011-03-29 09:32:22.581633113 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env  python2
24 +#!/usr/bin/env  python
25  
26  __license__   = 'GPL v3'
27  __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
This page took 0.046458 seconds and 3 git commands to generate.