]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pygtk2/obey-path.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pygtk2 / obey-path.patch
1 --- pygtk-2.6.2/examples/pygtk-demo/pygtk-demo.in.orig  2006-04-09 19:48:54.000000000 +0200
2 +++ pygtk-2.6.2/examples/pygtk-demo/pygtk-demo.in       2006-04-09 19:48:56.000000000 +0200
3 @@ -1,4 +1,4 @@
4 -#! @PYTHON@
5 +#!/usr/bin/env python
6  
7  import sys
8  import os.path
9
10 --- pygtk-2.6.2/codegen/pygtk-codegen-2.0.in.orig       2006-04-09 19:46:57.000000000 +0200
11 +++ pygtk-2.6.2/codegen/pygtk-codegen-2.0.in    2006-04-09 19:47:09.000000000 +0200
12 @@ -7,4 +7,4 @@
13  PYTHONPATH=$codegendir
14  export PYTHONPATH
15  
16 -exec @PYTHON@ $codegendir/codegen.py "$@"
17 +exec python $codegendir/codegen.py "$@"