$OpenBSD: patch-tools_g-ir-scanner_in,v 1.1.1.1 2009/09/24 20:08:09 jasper Exp $

Pickup files from the correct directory.

--- tools/g-ir-scanner.in.orig	Thu Sep 24 21:58:18 2009
+++ tools/g-ir-scanner.in	Thu Sep 24 21:58:44 2009
@@ -30,7 +30,7 @@ if current_name == 'tools':
 else:
     # This is a private directory, we don't want to pollute the global
     # namespace.
-    path = os.path.join('@libdir@', 'gobject-introspection')
+    path = os.path.join('${MODPY_SITEPKG}', 'gobject-introspection')
 sys.path.insert(0, path)
 
 from giscanner.scannermain import scanner_main
