summaryrefslogtreecommitdiff
path: root/games/kye/patches/patch-aa
blob: f4aa1841c49bf692bb479df2876ec1e95c4011d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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."""