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