16aa0f2ba9
ok mjc@ and Joerg Zinke who maintains some dependent ports
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
$OpenBSD: patch-codegen_pygtk-codegen-2_0_in,v 1.4 2006/06/27 19:14:01 naddy Exp $
|
|
--- codegen/pygtk-codegen-2.0.in.orig Tue Jun 20 20:52:05 2006
|
|
+++ codegen/pygtk-codegen-2.0.in Tue Jun 20 20:52:41 2006
|
|
@@ -1,9 +1,9 @@
|
|
#!/bin/sh
|
|
|
|
prefix=@prefix@
|
|
-datarootdir=@datarootdir@
|
|
-datadir=@datadir@
|
|
-codegendir=${datadir}/pygtk/2.0/codegen
|
|
+exec_prefix=@exec_prefix@
|
|
+libdir=@libdir@
|
|
+codegendir=${libdir}/pygtk/2.0/codegen
|
|
|
|
PYTHONPATH=$codegendir
|
|
export PYTHONPATH
|