summaryrefslogtreecommitdiffstats
path: root/patches/ipkg-utils-050831/0007-ipkg-env.patch
blob: 4bbd91f5c8ff3c0183c9ee83eb61a9cb3e2db49a (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
From: the openembedded project <http://openembedded.net/>
Date: Fri, 22 Jan 2010 11:05:16 +0100
Subject: [PATCH] ipkg-env

---
 ipkg-list-fields  |    2 +-
 ipkg-make-index   |    2 +-
 ipkg-show-deps    |    2 +-
 ipkg-unbuild      |    2 +-
 ipkg-update-index |    2 +-
 ipkg-upload       |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ipkg-list-fields b/ipkg-list-fields
index f726ef8..437fcdb 100644
--- a/ipkg-list-fields
+++ b/ipkg-list-fields
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys, ipkg
 
diff --git a/ipkg-make-index b/ipkg-make-index
index 6a49849..a0f6001 100755
--- a/ipkg-make-index
+++ b/ipkg-make-index
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # $Id: ipkg-make-index,v 1.22 2005/03/03 16:39:04 jamey Exp $
 
 import sys, os, posixpath
diff --git a/ipkg-show-deps b/ipkg-show-deps
index 2e983ac..aa7705d 100755
--- a/ipkg-show-deps
+++ b/ipkg-show-deps
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # $Id: ipkg-show-deps,v 1.2 2004/03/06 13:08:33 pb Exp $
 
 import sys, os, posixpath
diff --git a/ipkg-unbuild b/ipkg-unbuild
index 661d4f1..7c06300 100755
--- a/ipkg-unbuild
+++ b/ipkg-unbuild
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys, os, re
 
diff --git a/ipkg-update-index b/ipkg-update-index
index f34324a..cc2541c 100755
--- a/ipkg-update-index
+++ b/ipkg-update-index
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.1
+#!/usr/bin/env python
 
 import sys, os
 from glob import glob
diff --git a/ipkg-upload b/ipkg-upload
index 2fe5186..01e5815 100755
--- a/ipkg-upload
+++ b/ipkg-upload
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys, os, os.path, re
 
-- 
1.7.2.3