]> git.pld-linux.org Git - packages/python-pygtk.git/blame - python-pygtk-pyc.patch
- 2nd .la file attributes massive attack
[packages/python-pygtk.git] / python-pygtk-pyc.patch
CommitLineData
9a6be395
AF
1--- pygtk-1.99.13/codegen/pygtk-codegen-2.0.in.wiget Mon Sep 9 13:05:36 2002
2+++ pygtk-1.99.13/codegen/pygtk-codegen-2.0.in Mon Sep 9 13:07:43 2002
3@@ -7,4 +7,9 @@
4 PYTHONPATH=$codegendir
5 export PYTHONPATH
6
7-exec @PYTHON@ $codegendir/codegen.py "$@"
8+if [ -f $codegendir/codegen.pyc ] ; then
9+ codegenexe="$codegendir/codegen.pyc"
10+else
11+ codegenexe="$codegendir/codegen.py"
12+fi
13+exec @PYTHON@ $codegenexe "$@"
This page took 0.089198 seconds and 4 git commands to generate.