diff options
Diffstat (limited to 'codegen/pygtk-codegen-2.0.in')
-rw-r--r-- | codegen/pygtk-codegen-2.0.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/codegen/pygtk-codegen-2.0.in b/codegen/pygtk-codegen-2.0.in new file mode 100644 index 0000000..95b547a --- /dev/null +++ b/codegen/pygtk-codegen-2.0.in @@ -0,0 +1,11 @@ +#!/bin/sh + +prefix=@prefix@ +datarootdir=@datarootdir@ +datadir=@datadir@ +codegendir=${datadir}/pygtk/2.0/codegen + +PYTHONPATH=$codegendir +export PYTHONPATH + +exec @PYTHON@ $codegendir/codegen.py "$@" |