openbsd-ports/x11/py-gtk2/patches/patch-codegen_pygtk-codegen-2_0_in

14 lines
404 B
Plaintext
Raw Normal View History

$OpenBSD: patch-codegen_pygtk-codegen-2_0_in,v 1.1.1.1 2004/02/16 21:12:50 xsa Exp $
--- codegen/pygtk-codegen-2.0.in.orig 2001-07-03 04:41:29.000000000 +0200
+++ codegen/pygtk-codegen-2.0.in 2004-02-16 23:19:21.000000000 +0100
@@ -1,7 +1,7 @@
#!/bin/sh
-prefix=@prefix@
-datadir=@datadir@
+prefix=%%PREFIX%%
+datadir=${prefix}/share
codegendir=${datadir}/pygtk/2.0/codegen
PYTHONPATH=$codegendir