summarylogtreecommitdiffstats
path: root/python27.patch
blob: 73d04fb823459e42966c85f7eb3857bd57099139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -Naur imgSeek-0.8.6.orig/imgSeek imgSeek-0.8.6.new/imgSeek
--- imgSeek-0.8.6.orig/imgSeek	2009-10-18 18:14:05.000000000 +0200
+++ imgSeek-0.8.6.new/imgSeek	2010-10-16 21:30:33.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 """
 /***************************************************************************
                                  imgSeek
diff -Naur imgSeek-0.8.6.orig/setup-magick.py imgSeek-0.8.6.new/setup-magick.py
--- imgSeek-0.8.6.orig/setup-magick.py	2009-10-18 18:14:05.000000000 +0200
+++ imgSeek-0.8.6.new/setup-magick.py	2010-10-16 21:30:16.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #############################[ Parameters you should change if install failed ]#########################################
 # qtdir should point to the directory where QT is installed. (Inside this dir you should have a lib and include dir)
diff -Naur imgSeek-0.8.6.orig/setup.py imgSeek-0.8.6.new/setup.py
--- imgSeek-0.8.6.orig/setup.py	2010-10-16 21:46:31.000000000 +0200
+++ imgSeek-0.8.6.new/setup.py	2010-10-16 21:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #############################[ Parameters you should change if install failed ]#########################################
 # qtdir should point to the directory where QT is installed. (Inside this dir you should have a lib and include dir)