summaryrefslogtreecommitdiff
path: root/games/kye/patches/patch-aa
blob: 6ce75d2076947167da1276d34cf0cde7c2e344ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2007/02/23 20:50:41 drochner Exp $

--- kye/common.py.orig	2007-02-03 18:37:53.000000000 +0100
+++ kye/common.py
@@ -24,7 +24,7 @@ ysize = 20
 
 version = "0.9.3"
 
-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."""