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
5 -#! /usr/bin/env python
6 +#! /usr/bin/env python2
8 /***************************************************************************
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
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
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)