aboutsummaryrefslogtreecommitdiff
path: root/games/sarien/files/patch-src-filesys-unix-path.c
blob: bf7131578ed686c2d29da1038b440858add7db40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/filesys/unix/path.c.orig	Sun Aug  5 01:59:48 2001
+++ src/filesys/unix/path.c	Thu May 27 15:11:02 2004
@@ -46,6 +46,6 @@
 #endif
 #endif
 
-	return "/etc/sarien.conf";
+	return "%%PREFIX%%/etc/sarien.conf";
 }