summaryrefslogtreecommitdiff
path: root/games/kye/patches/patch-aa
blob: 93c8304d36afbabd3da61b29947ed76881884bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.7 2010/05/05 18:33:25 drochner Exp $

--- kye/common.py.orig	2010-04-03 14:50:02.000000000 +0000
+++ kye/common.py
@@ -24,7 +24,7 @@ ysize = 20
 
 version = "0.9.4"
 
-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."""