updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / drm / fix_shebangs.patch
blob6333febfced98ca67705293dffb958b442ca33eb
1 diff -Naur a/src/config.py b/src/config.py
2 --- a/src/config.py 2010-12-01 17:19:36.000000000 +0100
3 +++ b/src/config.py 2010-12-06 02:38:19.273333338 +0100
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/env python2
8 # DRM - DsRomsManager
10 diff -Naur a/src/dat.py b/src/dat.py
11 --- a/src/dat.py 2010-12-01 17:19:36.000000000 +0100
12 +++ b/src/dat.py 2010-12-06 02:37:22.950000003 +0100
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/env python2
17 # DRM - DsRomsManager
19 diff -Naur a/src/db.py b/src/db.py
20 --- a/src/db.py 2010-12-01 17:19:36.000000000 +0100
21 +++ b/src/db.py 2010-12-06 02:37:38.266666670 +0100
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/env python2
26 # DRM - DsRomsManager
28 diff -Naur a/src/downloaders.py b/src/downloaders.py
29 --- a/src/downloaders.py 2010-12-01 17:19:36.000000000 +0100
30 +++ b/src/downloaders.py 2010-12-06 02:37:51.596666670 +0100
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/env python2
35 # DRM - DsRomsManager
37 diff -Naur a/src/drm.py b/src/drm.py
38 --- a/src/drm.py 2010-12-01 17:19:36.000000000 +0100
39 +++ b/src/drm.py 2010-12-06 02:37:58.510000004 +0100
40 @@ -1,4 +1,4 @@
41 -#!/usr/bin/env python
42 +#!/usr/bin/env python2
44 # DRM - DsRomsManager
46 diff -Naur a/src/files.py b/src/files.py
47 --- a/src/files.py 2010-12-01 17:19:36.000000000 +0100
48 +++ b/src/files.py 2010-12-06 02:38:12.506666672 +0100
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/env python
51 +#!/usr/bin/env python2
53 # DRM - DsRomsManager
55 diff -Naur a/src/game.py b/src/game.py
56 --- a/src/game.py 2010-12-01 17:19:36.000000000 +0100
57 +++ b/src/game.py 2010-12-06 02:37:30.943333337 +0100
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/env python2
62 # DRM - DsRomsManager
64 diff -Naur a/src/globals.py b/src/globals.py
65 --- a/src/globals.py 2010-12-01 17:19:36.000000000 +0100
66 +++ b/src/globals.py 2010-12-06 02:37:15.783333339 +0100
67 @@ -1,4 +1,4 @@
68 -#!/usr/bin/env python
69 +#!/usr/bin/env python2
71 # DRM - DsRomsManager
73 diff -Naur a/src/gui.py b/src/gui.py
74 --- a/src/gui.py 2010-12-01 17:19:36.000000000 +0100
75 +++ b/src/gui.py 2010-12-06 02:37:44.010000004 +0100
76 @@ -1,4 +1,4 @@
77 -#!/usr/bin/env python
78 +#!/usr/bin/env python2
80 # DRM - DsRomsManager
82 diff -Naur a/src/updaters.py b/src/updaters.py
83 --- a/src/updaters.py 2010-12-01 17:19:36.000000000 +0100
84 +++ b/src/updaters.py 2010-12-06 02:38:05.623333337 +0100
85 @@ -1,4 +1,4 @@
86 -#!/usr/bin/env python
87 +#!/usr/bin/env python2
89 # DRM - DsRomsManager