$NetBSD: patch-aa,v 1.8 2011/01/11 15:40:57 drochner Exp $

--- kye/common.py.orig	2010-09-07 21:47:23.000000000 +0000
+++ kye/common.py
@@ -30,7 +30,7 @@ ysize = 20
 
 version = "1.0"
 
-kyepaths = ("levels", "/usr/local/share/kye", "/usr/share/kye")
+kyepaths = ("levels", "@PREFIX@/share/kye")
 
 def tryopen(filename, paths):
     """Returns a reading file handle for filename, searching through directories in the supplied paths."""