12ad0ab724
Adventure Game Interpreter (AGI) for Sierra On-Line games, including Leisure Suit Larry 1, Space Quest I and II, Police Quest I, King's Quest I, II, and III... You will still need the actual games: Sarien just lets them run on your box under X11. Package provided in PR pkg/19404 by mor@linex.com with some changes by me.
12 lines
285 B
Text
12 lines
285 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/01/10 16:16:36 jmmv Exp $
|
|
|
|
--- src/filesys/unix/path.c.orig Sun Aug 5 01:59:48 2001
|
|
+++ src/filesys/unix/path.c
|
|
@@ -46,6 +46,6 @@ char* get_config_file (void)
|
|
#endif
|
|
#endif
|
|
|
|
- return "/etc/sarien.conf";
|
|
+ return PKG_SYSCONFDIR "/sarien.conf";
|
|
}
|
|
|