summaryrefslogtreecommitdiff
path: root/games/kye/patches/patch-aa
blob: 7eeed0df1a87e2e08ff00f2d22d2747e69cdc24d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2006/11/09 21:12:05 drochner Exp $

--- kye/common.py.orig	2006-10-22 11:45:53.000000000 +0200
+++ kye/common.py
@@ -24,7 +24,7 @@ ysize = 20
 
 version = "0.9.2"
 
-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."""